Neo smartpen SDK for Windows Platform
Search Results for

    Show / Hide Table of Contents

    Class ConnectedEventArgs

    Contains properties that information of device with the ConnectedEvent event
    Inheritance
    object
    ConnectedEventArgs
    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 ConnectedEventArgs

    Properties

    | Edit this page View Source

    DeviceName

    Gets a common name of a device
    Declaration
    public string DeviceName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    FirmwareVersion

    Gets current version of pen's firmware
    Declaration
    public string FirmwareVersion { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    MacAddress

    Gets the device identifier
    Declaration
    public string MacAddress { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    MaxForce

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

    ProtocolVersion

    Gets a version of a protocol
    Declaration
    public string ProtocolVersion { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SubName

    Gets a subname of a device
    Declaration
    public string SubName { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX