java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.bluetooth.QBluetoothServiceInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Enables access to the attributes of a Bluetooth service
Java wrapper for Qt's class QBluetoothServiceInfo
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Stores attributes of a Bluetooth Data Element Alternativestatic enum
Java wrapper for Qt enum QBluetoothServiceInfo::AttributeIdstatic enum
Java wrapper for Qt enum QBluetoothServiceInfo::Protocolstatic class
Stores attributes of a Bluetooth Data Element SequenceNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal Object
attribute
(short attributeId) clone()
final boolean
contains
(short attributeId) final QBluetoothDeviceInfo
device()
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
final boolean
final boolean
isValid()
final int
final boolean
Overloaded function forregisterService(io.qt.bluetooth.QBluetoothAddress)
withlocalAdapter = new io.qt.bluetooth.QBluetoothAddress()
.final boolean
registerService
(QBluetoothAddress localAdapter) final void
removeAttribute
(short attributeId) final int
final byte
final QList<QBluetoothUuid>
final String
final String
final String
final QBluetoothUuid
final void
setAttribute
(short attributeId, QBluetoothServiceInfo.Alternative value) final void
setAttribute
(short attributeId, QBluetoothServiceInfo.Sequence value) final void
setAttribute
(short attributeId, QBluetoothUuid value) final void
setAttribute
(short attributeId, Object value) final void
final void
setServiceAvailability
(byte availability) final void
setServiceDescription
(String description) final void
setServiceName
(String name) final void
setServiceProvider
(String provider) final void
setServiceUuid
(QBluetoothUuid uuid) final boolean
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QBluetoothServiceInfo
public QBluetoothServiceInfo() -
QBluetoothServiceInfo
-
QBluetoothServiceInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
attribute
-
attributes
-
contains
-
device
-
isComplete
-
isRegistered
-
isValid
-
protocolDescriptor
@QtUninvokable public final QBluetoothServiceInfo.Sequence protocolDescriptor(QBluetoothUuid.ProtocolUuid protocol) -
protocolServiceMultiplexer
-
registerService
Overloaded function for
registerService(io.qt.bluetooth.QBluetoothAddress)
withlocalAdapter = new io.qt.bluetooth.QBluetoothAddress()
. -
registerService
-
removeAttribute
-
serverChannel
-
serviceAvailability
-
serviceClassUuids
-
serviceDescription
-
serviceName
-
serviceProvider
-
serviceUuid
-
setAttribute
@QtUninvokable public final void setAttribute(short attributeId, QBluetoothServiceInfo.Alternative value) -
setAttribute
@QtUninvokable public final void setAttribute(short attributeId, QBluetoothServiceInfo.Sequence value) -
setAttribute
-
setAttribute
-
setDevice
-
setServiceAvailability
-
setServiceDescription
-
setServiceName
-
setServiceProvider
-
setServiceUuid
-
socketProtocol
-
unregisterService
-
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
-