PenCommV1Callbacks.onPenPasswordRequest Method

Neo smartpen SDK

PenCommV1CallbacksonPenPasswordRequest Method

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

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 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