NADevice Methods |
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.) |