The linux implementation of IDevice
|
See Also: Inherited members from object.
LinuxDevice
() The default constructor for linux implementation |
Address
|
monotooth.Model.BluetoothAddress . Implemented properties from IDevice, this property defines address. |
Device_Indentifier [read-only] | int . Device identifier, it gets its value from hci_get_route(). |
FriendlyName
|
string . Implemented properties from IDevice, this property defines FriendlyName of the device. |
AddressAsString
() Returns the devices address as string. |
|
static |
AddressAsString
(monotooth.Model.BluetoothAddress) Returns an address as string. |
Inquire
() Inquire devices from the surrounding area, uses a native method to achieve good inquiry. |
|
StringAsAddress
(string) Returns a monotooth.Model.BluetoothAddress from a string, using a native function. |
|
static |
StringAsAddressStatic
(string) Returns an address as string. |
The default constructor for linux implementation
Implemented properties from IDevice, this property defines address.
Returns the devices address as string.
Returns an address as string.
Device identifier, it gets its value from hci_get_route().
Implemented properties from IDevice, this property defines FriendlyName of the device.
Inquire devices from the surrounding area, uses a native method to achieve good inquiry.
Returns a monotooth.Model.BluetoothAddress from a string, using a native function.
Returns an address as string.