PenCommV1Callbacks.onReceivedFirmwareUpdateStatus Method

Neo smartpen SDK

PenCommV1CallbacksonReceivedFirmwareUpdateStatus Method

This method is invoked by the PenCommV1 when it needs to notify the client side about the status of an firmware update 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)
Syntax
C#
void onReceivedFirmwareUpdateStatus(
	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
See Also