Class PasswordRequestedEventArgs
Contains properties that password count for the PasswordRequested
When you received this signal, you have to enter password by PenController.InputPassword()
Inherited Members
Namespace: Neosmartpen.Net
Assembly: Neosmartpen.Net.dll
Syntax
public sealed class PasswordRequestedEventArgs
Properties
| Edit this page View SourceResetCount
if retry count reached reset count, delete all data in pen
Declaration
public int ResetCount { get; }
Property Value
Type | Description |
---|---|
int |
RetryCount
count of enter password
Declaration
public int RetryCount { get; }
Property Value
Type | Description |
---|---|
int |