Class Library Documentation for Neo smartpen SDK
PenCommV1CallbacksonOfflineDataList Method |
Fired when receive offline data list in N2 smartpen.
When you received this signal, you can request offline data to PenCommV1 by ReqOfflineData method.
Namespace: Neosmartpen.Net.Protocol.v1
Assembly: Neosmartpen.Net.Protocol.v1 (in Neosmartpen.Net.Protocol.v1.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
void onOfflineDataList( IPenComm sender, 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