PenCommV2Callbacks.onReceiveOfflineStrokes Method

Neo smartpen SDK

PenCommV2CallbacksonReceiveOfflineStrokes Method

This method is invoked by the PenCommV2 when it needs to notify the client side about the status of an download 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 onReceiveOfflineStrokes(
	IPenComm sender,
	int total,
	int amountDone,
	Stroke[] strokes,
	Symbol[] symbols
)

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
strokes
Type: Neosmartpen.NetStroke
array of stroke object
symbols
Type: Neosmartpen.Net.Metadata.ModelSymbol
array of symbol object
See Also