java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.bluetooth.QBluetoothServiceInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QBluetoothServiceInfo extends QtObject implements Cloneable
Enables access to the attributes of a Bluetooth service
Java wrapper for Qt class QBluetoothServiceInfo
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QBluetoothServiceInfo.Alternative
Stores attributes of a Bluetooth Data Element Alternativestatic class
QBluetoothServiceInfo.AttributeId
Java wrapper for Qt enum QBluetoothServiceInfo::AttributeIdstatic class
QBluetoothServiceInfo.Protocol
Java wrapper for Qt enum QBluetoothServiceInfo::Protocolstatic class
QBluetoothServiceInfo.Sequence
Stores attributes of a Bluetooth Data Element Sequence -
Constructor Summary
Constructors Modifier Constructor Description QBluetoothServiceInfo()
QBluetoothServiceInfo(QBluetoothServiceInfo other)
protected
QBluetoothServiceInfo(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
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
-