Neo smartpen SDK for Windows Platform
Search Results for

    Show / Hide Table of Contents

    Class PenStatusReceivedEventArgs

    Contains properties that status and setting of pen for the PenStatusReceived
    Inheritance
    object
    PenStatusReceivedEventArgs
    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 PenStatusReceivedEventArgs

    Properties

    | Edit this page View Source

    AccelerationMode

    Gets the status of the acceleration sensor property
    Declaration
    public bool AccelerationMode { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    AutoPowerOn

    Gets the power-on setting when the pen tip is pressed
    Declaration
    public bool AutoPowerOn { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    AutoShutdownTime

    Gets the power-off setting when there is no input for a certain period of time
    Declaration
    public short AutoShutdownTime { get; }
    Property Value
    Type Description
    short
    | Edit this page View Source

    Battery

    Gets battery status of pen
    Declaration
    public int Battery { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Beep

    Gets the status of the beep sound property
    Declaration
    public bool Beep { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    HoverMode

    Declaration
    public bool HoverMode { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Locked

    Gets the status of pen's authorization true if pen is locked, otherwise false
    Declaration
    public bool Locked { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    MaxForce

    Gets maximum level of force sensor
    Declaration
    public int MaxForce { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    ModelName

    Model Name This property use in protocol ver 1
    Declaration
    public string ModelName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PasswordMaxRetryCount

    Gets the maximum password input count
    Declaration
    public int PasswordMaxRetryCount { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    PasswordRetryCount

    Gets the current password input count
    Declaration
    public int PasswordRetryCount { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    PenCapPower

    Gets the property that can be control by cap of pen
    Declaration
    public bool PenCapPower { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    PenColor

    Gets color of pen's led
    Declaration
    public int PenColor { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    PenSensitivity

    Gets the value of the pen's sensitivity property that controls the force sensor of pen
    Declaration
    public short PenSensitivity { get; }
    Property Value
    Type Description
    short
    | Edit this page View Source

    TimeOffset

    timestamp offset In most cases, you can ignore it
    Declaration
    public int TimeOffset { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Timestamp

    Gets RTC millisecond timestamp of pen (from 1970-01-01)
    Declaration
    public long Timestamp { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    UseOfflineData

    Gets the usage of offline data true if offline data available, otherwise false
    Declaration
    public bool UseOfflineData { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    UsedMem

    Gets status of pen's storage
    Declaration
    public int UsedMem { get; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX