PenCommV1Callbacks.onReceiveOfflineStrokes Method

Neo smartpen SDK

PenCommV1CallbacksonReceiveOfflineStrokes Method

Fired when received one in all offline data. Array of stroke is consist of single note. This method can be invoked several time as number of offline note.

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 onReceiveOfflineStrokes(
	IPenComm sender,
	Stroke[] strokes,
	Symbol[] symbols
)

Parameters

sender
Type: Neosmartpen.NetIPenComm
sender refers to the object that invoked the callback method
strokes
Type: Neosmartpen.NetStroke
array of stroke object
symbols
Type: Neosmartpen.Net.Metadata.ModelSymbol
array of symbol object
See Also