- All Implemented Interfaces:
QtObjectInterface,Cloneable
Stores information about a Bluetooth Low Energy service characteristic
Java wrapper for Qt class QLowEnergyCharacteristic
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQLowEnergyCharacteristic::PropertyTypestatic final classQFlagstype for enumQLowEnergyCharacteristic.PropertyType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QLowEnergyCharacteristic other) static QByteArraystatic QByteArraystatic QByteArrayfinal QLowEnergyDescriptorclone()Creates and returns a copy of this object.final QLowEnergyDescriptordescriptor(QBluetoothUuid uuid) final QLowEnergyDescriptorOverloaded function fordescriptor(io.qt.bluetooth.QBluetoothUuid).final QLowEnergyDescriptorOverloaded function fordescriptor(io.qt.bluetooth.QBluetoothUuid).final QLowEnergyDescriptorOverloaded function fordescriptor(io.qt.bluetooth.QBluetoothUuid).final QLowEnergyDescriptorOverloaded function fordescriptor(io.qt.bluetooth.QBluetoothUuid).final QLowEnergyDescriptordescriptor(QUuid uuid) Overloaded function fordescriptor(io.qt.bluetooth.QBluetoothUuid).final QList<QLowEnergyDescriptor>final booleanReturns true if a is equal to b, otherwise falsebooleaninthashCode()Returns the objects's hash code computed byqHash(QLowEnergyCharacteristic).final booleanisValid()final Stringname()final QBluetoothUuiduuid()final QByteArrayvalue()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QLowEnergyCharacteristic
public QLowEnergyCharacteristic() -
QLowEnergyCharacteristic
-
-
Method Details
-
clientCharacteristicConfiguration
See
QLowEnergyCharacteristic::clientCharacteristicConfiguration()const This function was introduced in Qt 6.2.
-
descriptor
-
descriptors
-
isValid
-
name
-
assign
-
equals
Returns true if a is equal to b, otherwise false
See
operator==(QLowEnergyCharacteristic,QLowEnergyCharacteristic) -
properties
-
uuid
-
value
-
CCCDDisable
See
QLowEnergyCharacteristic::CCCDDisable This function was introduced in Qt 6.2.
-
CCCDEnableIndication
See
QLowEnergyCharacteristic::CCCDEnableIndication This function was introduced in Qt 6.2.
-
CCCDEnableNotification
See
QLowEnergyCharacteristic::CCCDEnableNotification This function was introduced in Qt 6.2.
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QLowEnergyCharacteristic). -
clone
Creates and returns a copy of this object.
See
QLowEnergyCharacteristic::QLowEnergyCharacteristic(QLowEnergyCharacteristic) -
descriptor
Overloaded function for
descriptor(io.qt.bluetooth.QBluetoothUuid). -
descriptor
Overloaded function for
descriptor(io.qt.bluetooth.QBluetoothUuid). -
descriptor
Overloaded function for
descriptor(io.qt.bluetooth.QBluetoothUuid). -
descriptor
Overloaded function for
descriptor(io.qt.bluetooth.QBluetoothUuid). -
descriptor
Overloaded function for
descriptor(io.qt.bluetooth.QBluetoothUuid).
-