| Home · All Classes · Annotated · Functions |
The QBluetoothRemoteDevice class represents a remote bluetooth device. More...
#include <QBluetoothRemoteDevice>
The QBluetoothRemoteDevice class represents a remote bluetooth device.
The QBluetoothRemoteDevice class encapsulates a remote Bluetooth device. This class holds various device attributes of the remote device. These attributes are device address, device class, manufacturer, etc.
See also QBluetoothAddress and QBluetoothLocalDevice.
Constructs a new QBluetoothRemoteDevice object. The attributes are given default values. The address parameter defines the address of the remote device.
Constructs a new QBluetoothRemoteDevice object.
Constructs a new QBluetoothRemoteDevice object from other.
Deconstructs a QBluetoothRemoteDevice object.
Returns the Bluetooth Address of the remote device.
Returns the major device number of the remote device.
See also setDeviceMajor().
Returns the major device number in string form
See also setDeviceMajor() and deviceMajor().
Returns the minor device number of the remote device.
See also setDeviceMinor().
Returns "Unknown" if the manufacturer is unknown, otherwise returns the name of the manufacturer
See also setManufacturer().
Returns -1 if the manufacturer_id is not known. Otherwise returns a manufacturer id number.
See also setManufacturerId().
Returns the human readable name of the remote device.
See also setName().
Sets the major device number of the remote device to major.
See also deviceMajor().
Sets the minor device number of the remote device to minor.
See also deviceMinor().
Sets the manufacturer name string to manuf.
See also manufacturer().
Sets the manufacturer id to id.
See also manufacturerId().
Sets a human readable name of the remote device to name.
See also name().
Sets the Bluetooth protocol version the remote device supports to ver.
See also version().
Returns the Bluetooth protocol version the remote device supports. This can be for instance, 1.0, 1.1, 1.2, etc.
See also setVersion().
Assigns the contents of other to the current object.
| Copyright © 2006 Trolltech | Trademarks | Qtopia 4.1.7 |