| Home · All Classes · Annotated · Functions |
The QBluetoothAddress class represents a bluetooth address (bdaddr). More...
#include <QBluetoothAddress>
The QBluetoothAddress class represents a bluetooth address (bdaddr).
The QBluetoothAddress class refers to a single BluetoothAddress object. Each Bluetooth device can have one and only one address. There are certain special addresses defined. Namely any, local, all.
See also QBluetoothLocalDevice and QBluetoothRemoteDevice.
Construct a new invalid bluetooth address object.
Construct a copy of a bluetooth address object from other object.
Construct a bluetooth address object based on string representation given by addr. The string should be in the format of XX:XX:XX:XX:XX:XX where XX represents a hexadecimal number. If the string is in an invalid format, and invalid bdaddr is constructed.
Destroys a Bluetooth address object.
Converts the Bluetooth address object into a QString. The format will be of the form XX:XX:XX:XX:XX:XX where XX is a hexadecimal number.
Returns whether the address is valid.
Assigns the contents of the Bluetooth address object other to the current object.
Compares the current Bluetooth address against a Bluetooth address given by other.
| Copyright © 2006 Trolltech | Trademarks | Qtopia 4.1.7 |