java.lang.Object
io.qt.internal.QtJambiObject
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::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()
clone()
final QBluetoothUuid
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
final boolean
isCached()
final boolean
isValid()
final QMultiHash<Short,
QByteArray> final QByteArray
manufacturerData
(short manufacturerId) final byte
final String
name()
final short
rssi()
final QMultiHash<QBluetoothUuid,
QByteArray> final QByteArray
serviceData
(QBluetoothUuid serviceId) final QList<QBluetoothUuid>
final QList<QBluetoothUuid>
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
final void
setRssi
(short signal) final boolean
setServiceData
(QBluetoothUuid serviceId, QByteArray data) final void
setServiceUuids
(Collection<? extends QBluetoothUuid> uuids) 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
-
rssi
-
serviceClasses
-
serviceData
-
serviceData
-
serviceIds
-
serviceUuids
-
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
-
setName
-
setRssi
-
setServiceData
-
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
-