java.lang.Object
io.qt.QtObject
io.qt.bluetooth.QBluetoothHostInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Encapsulates the details of a local QBluetooth device
Java wrapper for Qt class QBluetoothHostInfo
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal QBluetoothAddress
address()
final void
assign
(QBluetoothHostInfo other) clone()
Creates and returns a copy of this object.final boolean
Returns true if a and b are equal, otherwise falseboolean
int
hashCode()
Returns the objects's hash code computed byqHash(QBluetoothHostInfo)
.final String
name()
final void
setAddress
(QBluetoothAddress address) final void
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QBluetoothHostInfo
public QBluetoothHostInfo() -
QBluetoothHostInfo
-
-
Method Details
-
address
-
name
-
assign
-
equals
Returns true if a and b are equal, otherwise false
-
setAddress
-
setName
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QBluetoothHostInfo)
. -
clone
Creates and returns a copy of this object.
See
QBluetoothHostInfo::
QBluetoothHostInfo(QBluetoothHostInfo)
-