java.lang.Object
io.qt.QtObject
io.qt.bluetooth.QBluetoothDeviceInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Stores information about the Bluetooth device
Java wrapper for Qt's class QBluetoothDeviceInfo
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QBluetoothDeviceInfo::CoreConfigurationstatic final class
QFlags type for enumQBluetoothDeviceInfo.CoreConfiguration
static enum
Java wrapper for Qt enum QBluetoothDeviceInfo::DataCompletenessstatic enum
Java wrapper for Qt enum QBluetoothDeviceInfo::Fieldstatic final class
QFlags type for enumQBluetoothDeviceInfo.Field
static enum
Java wrapper for Qt enum QBluetoothDeviceInfo::MajorDeviceClassstatic enum
Java wrapper for Qt enum QBluetoothDeviceInfo::MinorAudioVideoClassstatic enum
Java wrapper for Qt enum QBluetoothDeviceInfo::MinorComputerClassstatic enum
Java wrapper for Qt enum QBluetoothDeviceInfo::MinorHealthClassstatic enum
Java wrapper for Qt enum QBluetoothDeviceInfo::MinorImagingClassstatic enum
Java wrapper for Qt enum QBluetoothDeviceInfo::MinorMiscellaneousClassstatic enum
Java wrapper for Qt enum QBluetoothDeviceInfo::MinorNetworkClassstatic enum
Java wrapper for Qt enum QBluetoothDeviceInfo::MinorPeripheralClassstatic enum
Java wrapper for Qt enum QBluetoothDeviceInfo::MinorPhoneClassstatic enum
Java wrapper for Qt enum QBluetoothDeviceInfo::MinorToyClassstatic enum
Java wrapper for Qt enum QBluetoothDeviceInfo::MinorWearableClassstatic enum
Java wrapper for Qt enum QBluetoothDeviceInfo::ServiceClassstatic final class
QFlags type for enumQBluetoothDeviceInfo.ServiceClass
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQBluetoothDeviceInfo
(QBluetoothAddress address, String name, int classOfDevice) QBluetoothDeviceInfo
(QBluetoothUuid uuid, String name, int classOfDevice) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QBluetoothAddress
address()
final void
assign
(QBluetoothDeviceInfo other) clone()
final QBluetoothUuid
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
final boolean
isCached()
final boolean
isValid()
final QHash<@QtPrimitiveType Short,
QByteArray> final QByteArray
manufacturerData
(short manufacturerId) final QVector<@QtPrimitiveType Short>
final byte
final String
name()
final short
rssi()
final QList<QBluetoothUuid>
Deprecated.final void
setCached
(boolean cached) final void
setCoreConfigurations
(QBluetoothDeviceInfo.CoreConfiguration ... coreConfigs) Overloaded function forsetCoreConfigurations(io.qt.bluetooth.QBluetoothDeviceInfo.CoreConfigurations)
.final void
final void
setDeviceUuid
(QBluetoothUuid uuid) final boolean
setManufacturerData
(short manufacturerId, QByteArray data) final void
setRssi
(short signal) final void
setServiceUuids
(Collection<? extends QBluetoothUuid> uuids) final void
setServiceUuids
(Collection<? extends QBluetoothUuid> uuids, QBluetoothDeviceInfo.DataCompleteness completeness) Deprecated.Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
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
-
assign
-
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<? extends QBluetoothUuid> uuids, QBluetoothDeviceInfo.DataCompleteness completeness) Deprecated. -
setServiceUuids
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-