java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.bluetooth.QLowEnergyCharacteristicData
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QLowEnergyCharacteristicData extends QtObject implements Cloneable
Used to set up GATT service data
Java wrapper for Qt class QLowEnergyCharacteristicData
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QLowEnergyCharacteristicData()
QLowEnergyCharacteristicData(QLowEnergyCharacteristicData other)
protected
QLowEnergyCharacteristicData(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
Constructor Details
-
QLowEnergyCharacteristicData
public QLowEnergyCharacteristicData() -
QLowEnergyCharacteristicData
-
QLowEnergyCharacteristicData
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
addDescriptor
-
descriptors
-
isValid
-
maximumValueLength
-
minimumValueLength
-
properties
-
readConstraints
-
setDescriptors
-
setProperties
@QtUninvokable public final void setProperties(QLowEnergyCharacteristic.PropertyType... properties)Overloaded function for
setProperties(io.qt.bluetooth.QLowEnergyCharacteristic.PropertyTypes)
. -
setProperties
-
setReadConstraints
Overloaded function for
setReadConstraints(io.qt.bluetooth.QBluetooth.AttAccessConstraints)
. -
setReadConstraints
-
setUuid
-
setValue
-
setValueLength
-
setWriteConstraints
@QtUninvokable public final void setWriteConstraints(QBluetooth.AttAccessConstraint... constraints)Overloaded function for
setWriteConstraints(io.qt.bluetooth.QBluetooth.AttAccessConstraints)
. -
setWriteConstraints
-
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
-