IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

QBluetoothAddress Class

The QBluetoothAddress class assigns an address to the Bluetooth device.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QBluetoothAddress Class

  • Header: QBluetoothAddress

  • qmake: QT += bluetooth

Detailed Description

This class holds a Bluetooth address in a platform- and protocol-independent manner.

Member Function Documentation

 

[constexpr] QBluetoothAddress::QBluetoothAddress()

Constructs a null Bluetooth Address.

[explicit constexpr] QBluetoothAddress::QBluetoothAddress(quint64 address)

Constructs a new Bluetooth address and assigns address to it.

[explicit] QBluetoothAddress::QBluetoothAddress(const QString &address)

Constructs a new Bluetooth address and assigns address to it.

The format of address can be either XX:XX:XX:XX:XX:XX or XXXXXXXXXXXX, where X is a hexadecimal digit. Case is not important.

QBluetoothAddress::QBluetoothAddress(const QBluetoothAddress &other)

Constructs a new Bluetooth address which is a copy of other.

QBluetoothAddress::~QBluetoothAddress()

Destroys the QBluetoothAddress.

void QBluetoothAddress::clear()

Sets the Bluetooth address to 00:00:00:00:00:00.

bool QBluetoothAddress::isNull() const

Returns true if the Bluetooth address is null, otherwise returns false.

QString QBluetoothAddress::toString() const

Returns the Bluetooth address as a string of the form, XX:XX:XX:XX:XX:XX.

quint64 QBluetoothAddress::toUInt64() const

Returns this Bluetooth address as a quint64.

QBluetoothAddress &QBluetoothAddress::operator=(const QBluetoothAddress &other)

Assigns other to this Bluetooth address.

Related Non-Members

 

bool operator!=(const QBluetoothAddress &a, const QBluetoothAddress &b)

Returns true if the two Bluetooth addresses a and b are not equal, otherwise returns false.

bool operator<(const QBluetoothAddress &a, const QBluetoothAddress &b)

Returns true if the Bluetooth address a is less than b, otherwise returns false.

bool operator==(const QBluetoothAddress &a, const QBluetoothAddress &b)

Returns true if the two Bluetooth addresses a and b are equal, otherwise returns false.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+