java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.bluetooth.QBluetoothAddress
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Comparable<QBluetoothAddress>
public class QBluetoothAddress extends QtObject implements Comparable<QBluetoothAddress>, Cloneable
Assigns an address to the Bluetooth device
Java wrapper for Qt class QBluetoothAddress
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QBluetoothAddress()
QBluetoothAddress(long address)
QBluetoothAddress(QBluetoothAddress other)
protected
QBluetoothAddress(QtObject.QPrivateConstructor p)
Constructor for internal use only.QBluetoothAddress(String address)
-
Method Summary
Modifier and Type Method Description void
clear()
QBluetoothAddress
clone()
int
compareTo(QBluetoothAddress other)
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
boolean
isNull()
String
toString()
long
toUInt64()
-
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
-
toString
-
toUInt64
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
compareTo
- Specified by:
compareTo
in interfaceComparable<QBluetoothAddress>
-
hashCode
-
clone
-