PenCommV1.ReqSetupPenSensitivity Method

Neo smartpen SDK

PenCommV1ReqSetupPenSensitivity Method

Sets the value of the pen's sensitivity property that controls the force sensor of pen.

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#
public bool ReqSetupPenSensitivity(
	short level
)

Parameters

level
Type: SystemInt16
the value of sensitivity. (0~4, 0 means maximum sensitivity)

Return Value

Type: Boolean
true if the request is accepted; otherwise, false.
See Also