PenCommV2Callbacks.onReceiveDot Method

Neo smartpen SDK

PenCommV2CallbacksonReceiveDot Method

Fired when receive a dot successfully, override to handle in your own code.

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 onReceiveDot(
	IPenComm sender,
	Dot dot,
	ImageProcessingInfo info
)

Parameters

sender
Type: Neosmartpen.NetIPenComm
sender refers to the object that invoked the callback method
dot
Type: Neosmartpen.NetDot
model object of dot
info
Type: ImageProcessingInfo
model object of image processing. if data transmission type is request-response, you can get image processing info
See Also