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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal QBluetoothAddressaddress()final voidassign(QBluetoothHostInfo other) clone()Creates and returns a copy of this object.final booleanequals(QBluetoothHostInfo other) booleaninthashCode()Returns the objects's hash code computed byqHash(QBluetoothHostInfo).final Stringname()final voidsetAddress(QBluetoothAddress address) final voidMethods 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)
-