NADevice Class |
Namespace: NewAer.SDK
The NADevice type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompareTo |
Allows NADevice objects to be sorted by DeviceType, then by connection status, then by signal strength
The stronger the signal the higher in the list it'll appear.
Items with the same signal strength are sorted by name.
|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | GetData |
Returns a Dictionary of all custom key/data string pairs for this device
|
![]() | GetData(String) |
Get Custom data for a device by key
|
![]() | GetHashCode |
Hash Code is based on the Device ID
(Overrides ObjectGetHashCode.) |
![]() | SetData |
Sets Custom data for a device by key and data string
|
![]() | ToString |
Provides a string representing this device
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | Data | |
![]() | DeviceId |
The Unique Device ID
|
![]() | DeviceType |
Device type
|
![]() | DeviceTypeAsChars |
Gets the device type as string prefix.
|
![]() | DeviceTypeAsString |
Gets the device type as string.
|
![]() | InitiallySeen |
DateTime the device was initially seen (UTC timezone)
|
![]() | InitialSeenInLocalTime |
DateTime the device was initially seen (local timezone)
|
![]() | IsRemote |
Gets or sets a value indicating whether this device is remote device found via the area scanner
|
![]() | LastSeen |
DateTime the device was last seen (UTC timezone)
|
![]() | LastSeenInLocalTime |
DateTime the device was last seen (local timezone)
|
![]() | Name | The Device Name |
![]() | Powerbars |
Returns the number of power bars to display for this device, from
zero to five.
|
![]() | Proximity |
Gets the proximity of the device.
|
![]() | RSSI |
RSSI
|
![]() | SignalStrength |
Device signal strength
|
![]() | Status |
The device status
|
Name | Description | |
---|---|---|
![]() | PropertyChanged |