Class Library Documentation for Neo smartpen SDK
PenCommV2CallbacksonReceiveOfflineDataPageList 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 onReceiveOfflineDataPageList( IPenComm sender, int section, int owner, int note, int[] pageNumbers )
Parameters
- sender
- Type: Neosmartpen.NetIPenComm
sender refers to the object that invoked the callback method - section
- Type: SystemInt32
The Section Id of the paper - owner
- Type: SystemInt32
The Owner Id of the paper - note
- Type: SystemInt32
The Note Id of the paper - pageNumbers
- Type: SystemInt32
The Page numbers of the paper
See Also