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 class QBluetoothDeviceInfo
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQBluetoothDeviceInfo::CoreConfiguration
static final class
QFlags
type for enumQBluetoothDeviceInfo.CoreConfiguration
static enum
Java wrapper for Qt enumQBluetoothDeviceInfo::DataCompleteness
static enum
Java wrapper for Qt enumQBluetoothDeviceInfo::Field
static final class
QFlags
type for enumQBluetoothDeviceInfo.Field
static enum
Java wrapper for Qt enumQBluetoothDeviceInfo::MajorDeviceClass
static enum
Java wrapper for Qt enumQBluetoothDeviceInfo::MinorAudioVideoClass
static enum
Java wrapper for Qt enumQBluetoothDeviceInfo::MinorComputerClass
static enum
Java wrapper for Qt enumQBluetoothDeviceInfo::MinorHealthClass
static enum
Java wrapper for Qt enumQBluetoothDeviceInfo::MinorImagingClass
static enum
Java wrapper for Qt enumQBluetoothDeviceInfo::MinorMiscellaneousClass
static enum
Java wrapper for Qt enumQBluetoothDeviceInfo::MinorNetworkClass
static enum
Java wrapper for Qt enumQBluetoothDeviceInfo::MinorPeripheralClass
static enum
Java wrapper for Qt enumQBluetoothDeviceInfo::MinorPhoneClass
static enum
Java wrapper for Qt enumQBluetoothDeviceInfo::MinorToyClass
static enum
Java wrapper for Qt enumQBluetoothDeviceInfo::MinorWearableClass
static enum
Java wrapper for Qt enumQBluetoothDeviceInfo::ServiceClass
static final class
QFlags
type for enumQBluetoothDeviceInfo.ServiceClass
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionQBluetoothDeviceInfo
(QBluetoothAddress address, String name, int classOfDevice) QBluetoothDeviceInfo
(QBluetoothUuid uuid, String name, int classOfDevice) -
Method Summary
Modifier and TypeMethodDescriptionfinal QBluetoothAddress
address()
final void
assign
(QBluetoothDeviceInfo other) clone()
Creates and returns a copy of this object.final QBluetoothUuid
boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QBluetoothDeviceInfo)
.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>
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) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QBluetoothDeviceInfo
public QBluetoothDeviceInfo() -
QBluetoothDeviceInfo
-
QBluetoothDeviceInfo
-
QBluetoothDeviceInfo
-
-
Method Details
-
address
-
coreConfigurations
-
deviceUuid
-
isCached
-
isValid
-
majorDeviceClass
-
manufacturerData
-
manufacturerData
-
manufacturerIds
-
minorDeviceClass
-
name
-
assign
-
rssi
-
serviceClasses
-
serviceUuids
-
serviceUuidsCompleteness
-
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
@QtUninvokable public final void setServiceUuids(Collection<? extends QBluetoothUuid> uuids, QBluetoothDeviceInfo.DataCompleteness completeness) -
setServiceUuids
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QBluetoothDeviceInfo)
. -
clone
Creates and returns a copy of this object.
-