PenCommV1Callbacks.onUpDown Method

Neo smartpen SDK

PenCommV1CallbacksonUpDown Method

Fired when receive up or down signal from your force sensor of pen, override to handle in your own code.

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 onUpDown(
	IPenComm sender,
	bool isUp
)

Parameters

sender
Type: Neosmartpen.NetIPenComm
sender refers to the object that invoked the callback method
isUp
Type: SystemBoolean
false if N2 detected pressure, otherwise false.
See Also