java.lang.Object
io.qt.QtObject
io.qt.bluetooth.QLowEnergyCharacteristicData
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Used to set up GATT service data
Java wrapper for Qt class QLowEnergyCharacteristicData
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
addDescriptor
(QLowEnergyDescriptorData descriptor) final void
clone()
Creates and returns a copy of this object.final QList<QLowEnergyDescriptorData>
boolean
Seeoperator==(QLowEnergyCharacteristicData,
QLowEnergyCharacteristicData) int
hashCode()
Returns the objects's hash code computed byqHash(QLowEnergyCharacteristicData)
.final boolean
isValid()
final int
final int
final void
setDescriptors
(Collection<? extends QLowEnergyDescriptorData> descriptors) final void
setProperties
(QLowEnergyCharacteristic.PropertyType ... properties) Overloaded function forsetProperties(io.qt.bluetooth.QLowEnergyCharacteristic.PropertyTypes)
.final void
setProperties
(QLowEnergyCharacteristic.PropertyTypes properties) final void
setReadConstraints
(QBluetooth.AttAccessConstraint ... constraints) Overloaded function forsetReadConstraints(io.qt.bluetooth.QBluetooth.AttAccessConstraints)
.final void
setReadConstraints
(QBluetooth.AttAccessConstraints constraints) final void
setUuid
(QBluetoothUuid uuid) final void
setValue
(QByteArray value) final void
setValueLength
(int minimum, int maximum) final void
setWriteConstraints
(QBluetooth.AttAccessConstraint ... constraints) Overloaded function forsetWriteConstraints(io.qt.bluetooth.QBluetooth.AttAccessConstraints)
.final void
setWriteConstraints
(QBluetooth.AttAccessConstraints constraints) final void
swap
(QLowEnergyCharacteristicData other) final QBluetoothUuid
uuid()
final QByteArray
value()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QLowEnergyCharacteristicData
public QLowEnergyCharacteristicData() -
QLowEnergyCharacteristicData
-
-
Method Details
-
addDescriptor
-
descriptors
-
isValid
-
maximumValueLength
-
minimumValueLength
-
assign
-
properties
-
readConstraints
-
setDescriptors
@QtUninvokable public final void setDescriptors(Collection<? extends QLowEnergyDescriptorData> descriptors) -
setProperties
-
setReadConstraints
-
setUuid
-
setValue
-
setValueLength
-
setWriteConstraints
-
swap
-
uuid
-
value
-
writeConstraints
-
equals
See
operator==(QLowEnergyCharacteristicData,
QLowEnergyCharacteristicData) -
hashCode
Returns the objects's hash code computed byqHash(QLowEnergyCharacteristicData)
. -
clone
Creates and returns a copy of this object.
-
setProperties
@QtUninvokable public final void setProperties(QLowEnergyCharacteristic.PropertyType ... properties) Overloaded function for
setProperties(io.qt.bluetooth.QLowEnergyCharacteristic.PropertyTypes)
. -
setReadConstraints
Overloaded function for
setReadConstraints(io.qt.bluetooth.QBluetooth.AttAccessConstraints)
. -
setWriteConstraints
@QtUninvokable public final void setWriteConstraints(QBluetooth.AttAccessConstraint ... constraints) Overloaded function for
setWriteConstraints(io.qt.bluetooth.QBluetooth.AttAccessConstraints)
.
-