java.lang.Object
io.qt.QtObject
io.qt.bluetooth.QLowEnergyCharacteristic
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Stores information about a Bluetooth Low Energy service characteristic
Java wrapper for Qt's class QLowEnergyCharacteristic
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QLowEnergyCharacteristic::PropertyTypestatic final class
QFlags type for enumQLowEnergyCharacteristic.PropertyType
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionstatic QByteArray
static QByteArray
static QByteArray
final QLowEnergyDescriptor
clone()
final QLowEnergyDescriptor
descriptor
(QBluetoothUuid uuid) final QList<QLowEnergyDescriptor>
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
final boolean
isValid()
final String
name()
final QBluetoothUuid
uuid()
final QByteArray
value()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QLowEnergyCharacteristic
public QLowEnergyCharacteristic() -
QLowEnergyCharacteristic
-
QLowEnergyCharacteristic
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
clientCharacteristicConfiguration
-
descriptor
-
descriptors
-
isValid
-
name
-
properties
-
uuid
-
value
-
CCCDDisable
-
CCCDEnableIndication
-
CCCDEnableNotification
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-