PenCommV2Callbacks.onPenPasswordRequest Method

Neo smartpen SDK

PenCommV2CallbacksonPenPasswordRequest Method

Fired when pen request a password to client side. When you received this signal, you have to enter password by PenCommV2.InputPassword method.

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 onPenPasswordRequest(
	IPenComm sender,
	int retryCount,
	int resetCount
)

Parameters

sender
Type: Neosmartpen.NetIPenComm
sender refers to the object that invoked the callback method
retryCount
Type: SystemInt32
count of enter password
resetCount
Type: SystemInt32
if retry count reached reset count, delete all data in pen
See Also