The linux implementation of IDevice
|
See Also: Inherited members from object.
LinuxDevice
() The default constructor for linux implementation |
This is the alternative constructor for constructing a LinuxDevice with specific address and name. |
Address
|
monotooth.Model.BluetoothAddress . Implemented properties from IDevice, this property defines address. |
FriendlyName
|
string . Implemented properties from IDevice, this property defines FriendlyName of the device. |
Services
|
monotooth.Model.Service.ServicePool . Implemented properties from IDevice, this property defines a pool of Services. |
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. |
|
InquireServices
(IDevice, uint) Inquires services from a given device. The service UUID can also be specified. |
|
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
This is the alternative constructor for constructing a LinuxDevice with specific address and name.
Implemented properties from IDevice, this property defines address.
Returns the devices address as string.
Returns an address as string.
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.
Inquires services from a given device. The service UUID can also be specified.
Implemented properties from IDevice, this property defines a pool of Services.
Returns a monotooth.Model.BluetoothAddress from a string, using a native function.
Returns an address as string.