PenCommV2Callbacks.onReceiveOfflineDataList Method

Neo smartpen SDK

PenCommV2CallbacksonReceiveOfflineDataList Method

Fired when receive offline data list in Neo smartpen. When you received this signal, you can request offline data to PenCommV2 by ReqOfflineData method.

Namespace:  Neosmartpen.Net.Protocol.v2
Assembly:  Neosmartpen.Net.Protocol.v2 (in Neosmartpen.Net.Protocol.v2.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
void onReceiveOfflineDataList(
	IPenComm sender,
	params OfflineDataInfo[] offlineNotes
)

Parameters

sender
Type: Neosmartpen.NetIPenComm
sender refers to the object that invoked the callback method
offlineNotes
Type: OfflineDataInfo
array of OfflineNote object
See Also