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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QBluetoothAddress other) final void
clear()
clone()
Creates and returns a copy of this object.int
compareTo
(QBluetoothAddress other) final boolean
Returns true if the two Bluetooth addresses a and b are equal, otherwise returns falseboolean
int
hashCode()
Returns the objects's hash code computed byqHash(QBluetoothAddress)
.final boolean
isNull()
final String
toString()
final long
toUInt64()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QBluetoothAddress
public QBluetoothAddress() -
QBluetoothAddress
-
QBluetoothAddress
-
QBluetoothAddress
public QBluetoothAddress(long address)
-
-
Method Details
-
clear
-
isNull
-
assign
-
equals
Returns true if the two Bluetooth addresses a and b are equal, otherwise returns false
-
toString
-
toUInt64
-
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<QBluetoothAddress>
-
hashCode
Returns the objects's hash code computed byqHash(QBluetoothAddress)
. -
clone
Creates and returns a copy of this object.
-