monotooth : monotooth.Model.Device Namespace

LinuxRemoteDevice Class

To be added.

public class LinuxRemoteDevice : IRemoteDevice


Remarks

To be added.

Members

See Also: Inherited members from object.

Constructors

Properties

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.

Methods

AddressAsString () : string
Returns the devices address as string.
InquireServices (uint) : monotooth.Model.Service.ServicePool
Inquires services from a this device. The service UUID can also be specified.
StringAsAddress (string) : monotooth.Model.BluetoothAddress
Returns a monotooth.Model.BluetoothAddress from a string, using a native function.

Member Details

LinuxRemoteDevice Constructor

public LinuxRemoteDevice (monotooth.Model.BluetoothAddress ba, string name)

To be added.

Parameters

ba
To be added.
name
To be added.

Remarks

To be added.

Address Property

public monotooth.Model.BluetoothAddress Address { set; get; }

Implemented properties from IDevice, this property defines address.

Value

To be added.

Remarks

To be added.

AddressAsString Method

public string AddressAsString ()

Returns the devices address as string.

Returns

A string with the native address of the device.

Remarks

To be added.

FriendlyName Property

public string FriendlyName { set; get; }

Implemented properties from IDevice, this property defines FriendlyName of the device.

Value

To be added.

Remarks

To be added.

InquireServices Method

public monotooth.Model.Service.ServicePool InquireServices (uint uuid)

Inquires services from a this device. The service UUID can also be specified.

Parameters

uuid
An unsigned integer to describe a certain service.

Returns

To be added.

Remarks

To be added.

Services Property

public monotooth.Model.Service.ServicePool Services { set; get; }

Implemented properties from IDevice, this property defines a pool of Services.

Value

To be added.

Remarks

To be added.

StringAsAddress Method

public monotooth.Model.BluetoothAddress StringAsAddress (string addr)

Returns a monotooth.Model.BluetoothAddress from a string, using a native function.

Parameters

addr
To be added.

Returns

New address.

Remarks

Will return an 0-address if the address string is not in the 48-bit form.