java.lang.Object
io.qt.QtObject
io.qt.bluetooth.QBluetoothAddress
- All Implemented Interfaces:
QtObjectInterface,Cloneable,Comparable<QBluetoothAddress>
Assigns an address to the Bluetooth device
Java wrapper for Qt class QBluetoothAddress
- Since:
- This class was introduced in Qt 5.2.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QBluetoothAddress other) final voidclear()clone()Creates and returns a copy of this object.intcompareTo(QBluetoothAddress other) final booleanequals(QBluetoothAddress other) booleaninthashCode()Returns the objects's hash code computed byqHash(QBluetoothAddress).final booleanisNull()final StringtoString()final longtoUInt64()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QBluetoothAddress
public QBluetoothAddress() -
QBluetoothAddress
- Parameters:
other-
-
QBluetoothAddress
- Parameters:
address-
-
QBluetoothAddress
public QBluetoothAddress(long address) - Parameters:
address-
-
-
Method Details
-
clear
-
isNull
- Returns:
-
assign
- Parameters:
other-
-
equals
- Parameters:
other-- Returns:
-
toString
-
toUInt64
- Returns:
-
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<QBluetoothAddress>
-
hashCode
Returns the objects's hash code computed byqHash(QBluetoothAddress). -
clone
Creates and returns a copy of this object.
-