Click or drag to resize
NADevice Methods
NewAer

The NADevice type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
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.
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetData
Returns a Dictionary of all custom key/data string pairs for this device
Public methodGetData(String)
Get Custom data for a device by key
Public methodGetHashCode
Hash Code is based on the Device ID
(Overrides ObjectGetHashCode.)
Public methodSetData
Sets Custom data for a device by key and data string
Public methodToString
Provides a string representing this device
(Overrides ObjectToString.)
Top
See Also