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
- Since:
- This class was introduced in Qt 5.2.
-
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
equals
(QBluetoothHostInfo other) boolean
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
- Parameters:
other
-
-
-
Method Details
-
address
- Returns:
-
name
- Returns:
-
assign
- Parameters:
other
-
-
equals
- Parameters:
other
-- Returns:
- Since:
- This function was introduced in Qt 5.5.
-
setAddress
- Parameters:
address
-
-
setName
- Parameters:
name
-
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QBluetoothHostInfo)
. -
clone
Creates and returns a copy of this object.
See
QBluetoothHostInfo::
QBluetoothHostInfo(QBluetoothHostInfo)
-