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 class QLowEnergyCharacteristic
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQLowEnergyCharacteristic::PropertyType
static final class
QFlags
type for enumQLowEnergyCharacteristic.PropertyType
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QLowEnergyCharacteristic other) static QByteArray
static QByteArray
static QByteArray
final QLowEnergyDescriptor
clone()
Creates and returns a copy of this object.final QLowEnergyDescriptor
descriptor
(QBluetoothUuid uuid) final QList<QLowEnergyDescriptor>
boolean
static QByteArray
Kotlin property getter.static QByteArray
Kotlin property getter.static QByteArray
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QLowEnergyCharacteristic)
.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
-
-
Method Details
-
clientCharacteristicConfiguration
-
descriptor
-
descriptors
-
isValid
-
name
-
assign
-
properties
-
uuid
-
value
-
getCCCDDisable
Kotlin property getter. In Java use
CCCDDisable()
instead. -
CCCDDisable
-
getCCCDEnableIndication
Kotlin property getter. In Java use
CCCDEnableIndication()
instead. -
CCCDEnableIndication
-
getCCCDEnableNotification
Kotlin property getter. In Java use
CCCDEnableNotification()
instead. -
CCCDEnableNotification
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QLowEnergyCharacteristic)
. -
clone
Creates and returns a copy of this object.
-