Class Library Documentation for Neo smartpen SDK
PenCommV1CallbacksonUpdateOfflineDownload Method |
This method is invoked by the PenCommV1 when it needs to notify the client side about the status of an download operation being performed.
Namespace: Neosmartpen.Net.Protocol.v1
Assembly: Neosmartpen.Net.Protocol.v1 (in Neosmartpen.Net.Protocol.v1.dll) Version: 2.1.13.0 (2.1.13)

C#
void onUpdateOfflineDownload( IPenComm sender, int total, int amountDone )
Parameters
- sender
- Type: Neosmartpen.NetIPenComm
sender refers to the object that invoked the callback method - total
- Type: SystemInt32
amount of total work - amountDone
- Type: SystemInt32
amount of work done
