Class Library Documentation for Neo smartpen SDK
PenDevice Class |
Class describing the devices discovered.
Inheritance Hierarchy
Namespace: Neosmartpen.Net.Bluetooth
Assembly: Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public class PenDevice
The PenDevice type exposes the following members.
Properties
Name | Description | |
---|---|---|
Address |
Gets the device identifier.
| |
Authenticated |
Specifies whether the device is authenticated, paired, or bonded. All authenticated devices are remembered.
| |
ClassOfDevice |
Returns the Class of Device of the remote device.
| |
LastSeen |
Date and Time this device was last seen by the system.
| |
LastUsed |
Date and Time this device was last used by the system.
| |
Name |
Gets a name of a device.
| |
Remembered |
Specifies whether the device is a remembered device. Not all remembered devices are authenticated.
| |
Rssi |
Returns the signal strength for the Bluetooth connection with the peer device.
|
Methods
Name | Description | |
---|---|---|
ToString |
Returns a String that represents the current Object.
(Overrides ObjectToString.) |
See Also