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
- Since:
- This class was introduced in Qt 5.4.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQLowEnergyCharacteristic::PropertyTypestatic final classQFlagstype for enumQLowEnergyCharacteristic.PropertyType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QLowEnergyCharacteristic other) protected final shortSeeQLowEnergyCharacteristic::attributeHandle()const clone()Creates and returns a copy of this object.final QLowEnergyDescriptordescriptor(QBluetoothUuid uuid) final QLowEnergyDescriptorOverloaded function fordescriptor(io.qt.bluetooth.QBluetoothUuid).final QLowEnergyDescriptorOverloaded function fordescriptor(io.qt.bluetooth.QBluetoothUuid).final QLowEnergyDescriptorOverloaded function fordescriptor(io.qt.bluetooth.QBluetoothUuid).final QLowEnergyDescriptorOverloaded function fordescriptor(io.qt.bluetooth.QBluetoothUuid).final QLowEnergyDescriptordescriptor(QUuid uuid) Overloaded function fordescriptor(io.qt.bluetooth.QBluetoothUuid).final QList<QLowEnergyDescriptor>final booleanequals(QLowEnergyCharacteristic other) booleanfinal shorthandle()inthashCode()Returns the objects's hash code computed byqHash(QLowEnergyCharacteristic).final booleanisValid()final Stringname()final QBluetoothUuiduuid()final QByteArrayvalue()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QLowEnergyCharacteristic
public QLowEnergyCharacteristic() -
QLowEnergyCharacteristic
- Parameters:
other-
-
-
Method Details
-
attributeHandle
See
QLowEnergyCharacteristic::attributeHandle()const - Returns:
-
descriptor
- Parameters:
uuid-- Returns:
-
descriptors
- Returns:
-
handle
- Returns:
-
isValid
- Returns:
-
name
- Returns:
-
assign
- Parameters:
other-
-
equals
- Parameters:
other-- Returns:
-
properties
- Returns:
-
uuid
- Returns:
-
value
- Returns:
-
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).
-