java.lang.Object
io.qt.internal.QtJambiObject
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 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 native resources with the other object if the other object is a subtype of QtJambiInterface.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 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
-