PenDevice Class

Neo smartpen SDK

PenDevice Class

Class describing the devices discovered.
Inheritance Hierarchy
SystemObject  Neosmartpen.Net.BluetoothPenDevice

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
  NameDescription
Public propertyAddress
Gets the device identifier.
Public propertyAuthenticated
Specifies whether the device is authenticated, paired, or bonded. All authenticated devices are remembered.
Public propertyClassOfDevice
Returns the Class of Device of the remote device.
Public propertyLastSeen
Date and Time this device was last seen by the system.
Public propertyLastUsed
Date and Time this device was last used by the system.
Public propertyName
Gets a name of a device.
Public propertyRemembered
Specifies whether the device is a remembered device. Not all remembered devices are authenticated.
Public propertyRssi
Returns the signal strength for the Bluetooth connection with the peer device.
Top
Methods
  NameDescription
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
See Also