- All Implemented Interfaces:
QtObjectInterface,Cloneable
Used to set up GATT service data
Java wrapper for Qt class QLowEnergyCharacteristicData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaddDescriptor(QLowEnergyDescriptorData descriptor) final voidclone()Creates and returns a copy of this object.final QList<QLowEnergyDescriptorData>final booleanReturns true if a and b are equal with respect to their public state, otherwise returns falsebooleaninthashCode()Returns the objects's hash code computed byqHash(QLowEnergyCharacteristicData).final booleanisValid()final intfinal intfinal voidsetDescriptors(Collection<? extends QLowEnergyDescriptorData> descriptors) final voidsetProperties(QLowEnergyCharacteristic.PropertyType ... properties) Overloaded function forsetProperties(io.qt.bluetooth.QLowEnergyCharacteristic.PropertyTypes).final voidsetProperties(QLowEnergyCharacteristic.PropertyTypes properties) final voidsetReadConstraints(QBluetooth.AttAccessConstraint ... constraints) Overloaded function forsetReadConstraints(io.qt.bluetooth.QBluetooth.AttAccessConstraints).final voidsetReadConstraints(QBluetooth.AttAccessConstraints constraints) final voidsetUuid(QBluetoothUuid uuid) final voidOverloaded function forsetUuid(io.qt.bluetooth.QBluetoothUuid).final voidOverloaded function forsetUuid(io.qt.bluetooth.QBluetoothUuid).final voidOverloaded function forsetUuid(io.qt.bluetooth.QBluetoothUuid).final voidOverloaded function forsetUuid(io.qt.bluetooth.QBluetoothUuid).final voidOverloaded function forsetUuid(io.qt.bluetooth.QBluetoothUuid).final voidsetValue(byte [] value) Overloaded function forsetValue(io.qt.core.QByteArray).final voidsetValue(QByteArray value) final voidsetValueLength(int minimum, int maximum) final voidsetWriteConstraints(QBluetooth.AttAccessConstraint ... constraints) Overloaded function forsetWriteConstraints(io.qt.bluetooth.QBluetooth.AttAccessConstraints).final voidsetWriteConstraints(QBluetooth.AttAccessConstraints constraints) final voidswap(QLowEnergyCharacteristicData other) final QBluetoothUuiduuid()final QByteArrayvalue()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QLowEnergyCharacteristicData
public QLowEnergyCharacteristicData() -
QLowEnergyCharacteristicData
- Parameters:
other-
-
-
Method Details
-
addDescriptor
- Parameters:
descriptor-
-
descriptors
- Returns:
-
isValid
- Returns:
-
maximumValueLength
- Returns:
-
minimumValueLength
- Returns:
-
assign
- Parameters:
other-
-
equals
Returns true if a and b are equal with respect to their public state, otherwise returns false
See
operator==(QLowEnergyCharacteristicData,QLowEnergyCharacteristicData) - Parameters:
b-- Returns:
-
properties
- Returns:
-
readConstraints
- Returns:
-
setDescriptors
@QtUninvokable public final void setDescriptors(Collection<? extends QLowEnergyDescriptorData> descriptors) - Parameters:
descriptors-
-
setProperties
- Parameters:
properties-
-
setReadConstraints
- Parameters:
constraints-
-
setUuid
- Parameters:
uuid-
-
setValue
- Parameters:
value-
-
setValueLength
- Parameters:
minimum-maximum-
-
setWriteConstraints
- Parameters:
constraints-
-
swap
- Parameters:
other-
-
uuid
- Returns:
-
value
- Returns:
-
writeConstraints
- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QLowEnergyCharacteristicData). -
clone
Creates and returns a copy of this object.
See
QLowEnergyCharacteristicData::QLowEnergyCharacteristicData(QLowEnergyCharacteristicData) -
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). -
setUuid
Overloaded function for
setUuid(io.qt.bluetooth.QBluetoothUuid). -
setUuid
Overloaded function for
setUuid(io.qt.bluetooth.QBluetoothUuid). -
setUuid
Overloaded function for
setUuid(io.qt.bluetooth.QBluetoothUuid). -
setUuid
Overloaded function for
setUuid(io.qt.bluetooth.QBluetoothUuid). -
setUuid
Overloaded function for
setUuid(io.qt.bluetooth.QBluetoothUuid). -
setValue
Overloaded function for
setValue(io.qt.core.QByteArray). -
setWriteConstraints
@QtUninvokable public final void setWriteConstraints(QBluetooth.AttAccessConstraint ... constraints) Overloaded function for
setWriteConstraints(io.qt.bluetooth.QBluetooth.AttAccessConstraints).
-