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) protected final short
SeeQLowEnergyCharacteristic::
attributeHandle()const clone()
Creates and returns a copy of this object.final QLowEnergyDescriptor
descriptor
(QBluetoothUuid uuid) final QList<QLowEnergyDescriptor>
boolean
final short
handle()
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
-
attributeHandle
See
QLowEnergyCharacteristic::
attributeHandle()const -
descriptor
-
descriptors
-
handle
-
isValid
-
name
-
assign
-
properties
-
uuid
-
value
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QLowEnergyCharacteristic)
. -
clone
Creates and returns a copy of this object.
-