Class ConnectedEventArgs
Contains properties that information of device with the ConnectedEvent event
Inherited Members
Namespace: Neosmartpen.Net
Assembly: Neosmartpen.Net.dll
Syntax
public sealed class ConnectedEventArgs
Properties
| Edit this page View SourceDeviceName
Gets a common name of a device
Declaration
public string DeviceName { get; }
Property Value
Type | Description |
---|---|
string |
FirmwareVersion
Gets current version of pen's firmware
Declaration
public string FirmwareVersion { get; }
Property Value
Type | Description |
---|---|
string |
MacAddress
Gets the device identifier
Declaration
public string MacAddress { get; }
Property Value
Type | Description |
---|---|
string |
MaxForce
Gets the maximum level of force sensor
Declaration
public int MaxForce { get; }
Property Value
Type | Description |
---|---|
int |
ProtocolVersion
Gets a version of a protocol
Declaration
public string ProtocolVersion { get; }
Property Value
Type | Description |
---|---|
string |
SubName
Gets a subname of a device
Declaration
public string SubName { get; }
Property Value
Type | Description |
---|---|
string |