java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.bluetooth.QBluetoothDeviceInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QBluetoothDeviceInfo extends QtObject implements Cloneable
Stores information about the Bluetooth device
Java wrapper for Qt class QBluetoothDeviceInfo
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QBluetoothDeviceInfo()
QBluetoothDeviceInfo(QBluetoothAddress address, String name, int classOfDevice)
QBluetoothDeviceInfo(QBluetoothDeviceInfo other)
QBluetoothDeviceInfo(QBluetoothUuid uuid, String name, int classOfDevice)
protected
QBluetoothDeviceInfo(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
Constructor Details
-
QBluetoothDeviceInfo
public QBluetoothDeviceInfo() -
QBluetoothDeviceInfo
-
QBluetoothDeviceInfo
-
QBluetoothDeviceInfo
-
QBluetoothDeviceInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
address
-
coreConfigurations
-
deviceUuid
-
isCached
-
isValid
-
majorDeviceClass
-
manufacturerData
-
manufacturerData
-
manufacturerIds
-
minorDeviceClass
-
name
-
rssi
-
serviceClasses
-
serviceUuids
-
serviceUuidsCompleteness
@Deprecated @QtUninvokable public final QBluetoothDeviceInfo.DataCompleteness serviceUuidsCompleteness()Deprecated. -
setCached
-
setCoreConfigurations
@QtUninvokable public final void setCoreConfigurations(QBluetoothDeviceInfo.CoreConfiguration... coreConfigs)Overloaded function for
setCoreConfigurations(io.qt.bluetooth.QBluetoothDeviceInfo.CoreConfigurations)
. -
setCoreConfigurations
@QtUninvokable public final void setCoreConfigurations(QBluetoothDeviceInfo.CoreConfigurations coreConfigs) -
setDeviceUuid
-
setManufacturerData
-
setRssi
-
setServiceUuids
@Deprecated @QtUninvokable public final void setServiceUuids(Collection<QBluetoothUuid> uuids, QBluetoothDeviceInfo.DataCompleteness completeness)Deprecated. -
setServiceUuids
-
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. -
hashCode
-
clone
-