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
-
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 QLowEnergyDescriptor
Overloaded function fordescriptor(io.qt.bluetooth.QBluetoothUuid)
.final QLowEnergyDescriptor
Overloaded function fordescriptor(io.qt.bluetooth.QBluetoothUuid)
.final QLowEnergyDescriptor
Overloaded function fordescriptor(io.qt.bluetooth.QBluetoothUuid)
.final QLowEnergyDescriptor
Overloaded function fordescriptor(io.qt.bluetooth.QBluetoothUuid)
.final QLowEnergyDescriptor
descriptor
(QUuid uuid) Overloaded function fordescriptor(io.qt.bluetooth.QBluetoothUuid)
.final QList
<QLowEnergyDescriptor> final boolean
Returns true if a is equal to b, otherwise falseboolean
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
-
equals
Returns true if a is equal to b, otherwise false
See
operator==(QLowEnergyCharacteristic,
QLowEnergyCharacteristic) -
properties
-
uuid
-
value
-
CCCDDisable
-
CCCDEnableIndication
-
CCCDEnableNotification
-
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)
.
-