monotooth : monotooth.Model Namespace

BluetoothAddress Class

A class that describes a bluetooth address. This class is compatible with bluez structure bdaddr_t.

public class BluetoothAddress


Remarks

To be added.

Members

See Also: Inherited members from object.

Constructors

The default constructor. Initializes the address as BDADDR_ANY.

Fields

b
uint[]. The array of unsigned integers to hold the 48-bit address.

Member Details

BluetoothAddress Constructor

public BluetoothAddress ()

The default constructor. Initializes the address as BDADDR_ANY.

Remarks

To be added.

b Field

public uint[] b

The array of unsigned integers to hold the 48-bit address.

Remarks

To be added.