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
-
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
equals
(QBluetoothAddress other) boolean
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
- 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:
compareTo
in interfaceComparable<QBluetoothAddress>
-
hashCode
Returns the objects's hash code computed byqHash(QBluetoothAddress)
. -
clone
Creates and returns a copy of this object.
-