java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.bluetooth.QLowEnergyDescriptorData
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QLowEnergyDescriptorData extends QtObject implements Cloneable
Used to create GATT service data
Java wrapper for Qt class QLowEnergyDescriptorData
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QLowEnergyDescriptorData()
QLowEnergyDescriptorData(QBluetoothUuid uuid, QByteArray value)
QLowEnergyDescriptorData(QLowEnergyDescriptorData other)
protected
QLowEnergyDescriptorData(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
Constructor Details
-
QLowEnergyDescriptorData
public QLowEnergyDescriptorData() -
QLowEnergyDescriptorData
-
QLowEnergyDescriptorData
-
QLowEnergyDescriptorData
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
isReadable
-
isValid
-
isWritable
-
readConstraints
-
setReadPermissions
@QtUninvokable public final void setReadPermissions(boolean readable, QBluetooth.AttAccessConstraint... constraints)Overloaded function for
setReadPermissions(boolean, io.qt.bluetooth.QBluetooth.AttAccessConstraints)
. -
setReadPermissions
Overloaded function for
setReadPermissions(boolean, io.qt.bluetooth.QBluetooth.AttAccessConstraints)
withconstraints = new io.qt.bluetooth.QBluetooth.AttAccessConstraints(0)
. -
setReadPermissions
@QtUninvokable public final void setReadPermissions(boolean readable, QBluetooth.AttAccessConstraints constraints) -
setUuid
-
setValue
-
setWritePermissions
@QtUninvokable public final void setWritePermissions(boolean writable, QBluetooth.AttAccessConstraint... constraints)Overloaded function for
setWritePermissions(boolean, io.qt.bluetooth.QBluetooth.AttAccessConstraints)
. -
setWritePermissions
Overloaded function for
setWritePermissions(boolean, io.qt.bluetooth.QBluetooth.AttAccessConstraints)
withconstraints = new io.qt.bluetooth.QBluetooth.AttAccessConstraints(0)
. -
setWritePermissions
@QtUninvokable public final void setWritePermissions(boolean writable, QBluetooth.AttAccessConstraints constraints) -
swap
-
uuid
-
value
-
writeConstraints
-
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
-