The superinterface for all devices. The sole purpose for this interface is to offer as much information as possible for the means of using devices.
|
Address
|
monotooth.Model.BluetoothAddress . The devices address. |
FriendlyName
|
string . The friendly name of this device (the human readable form). |
Services
|
monotooth.Model.Service.ServicePool . The services that this device offers. |
AddressAsString
() Returns the 48-bit bluetooth address of this device as a string . |
|
Inquire
() This method searches the surrounding area for devices,
and then adds them to a device pool. |
|
InquireServices
(IDevice, uint) Inquires services from the specified device, then adding them to service pool. |
|
StringAsAddress
(string) Converts a string presentation of a bluetooth address to a BluetoothAddress. |
The devices address.
Returns the 48-bit bluetooth address of this device as a string .
The friendly name of this device (the human readable form).
This method searches the surrounding area for devices, and then adds them to a device pool.
Inquires services from the specified device, then adding them to service pool.
The services that this device offers.
Converts a string presentation of a bluetooth address to a BluetoothAddress.