Neo smartpen SDK for Windows Platform
Search Results for

    Show / Hide Table of Contents

    Class PasswordRequestedEventArgs

    Contains properties that password count for the PasswordRequested When you received this signal, you have to enter password by PenController.InputPassword()
    Inheritance
    object
    PasswordRequestedEventArgs
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Neosmartpen.Net
    Assembly: Neosmartpen.Net.dll
    Syntax
    public sealed class PasswordRequestedEventArgs

    Properties

    | Edit this page View Source

    ResetCount

    if retry count reached reset count, delete all data in pen
    Declaration
    public int ResetCount { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    RetryCount

    count of enter password
    Declaration
    public int RetryCount { get; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX