PenCommV2Callbacks.onReceiveFirmwareUpdateStatus Method

Neo smartpen SDK

PenCommV2CallbacksonReceiveFirmwareUpdateStatus Method

This method is invoked by the PenCommV2 when it needs to notify the client side about the status of an firmware update operation being performed.

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 onReceiveFirmwareUpdateStatus(
	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