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's class QBluetoothAddress
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQBluetoothAddress
(long address) QBluetoothAddress
(String address) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QBluetoothAddress other) final void
clear()
clone()
int
compareTo
(QBluetoothAddress other) boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
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) -
QBluetoothAddress
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
clear
-
isNull
-
assign
-
toString
-
toUInt64
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
compareTo
- Specified by:
compareTo
in interfaceComparable<QBluetoothAddress>
-
hashCode
-
clone
-