java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.bluetooth.QLowEnergyCharacteristic
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QLowEnergyCharacteristic extends QtObject implements Cloneable
Stores information about a Bluetooth Low Energy service characteristic
Java wrapper for Qt class QLowEnergyCharacteristic
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QLowEnergyCharacteristic.PropertyType
Java wrapper for Qt enum QLowEnergyCharacteristic::PropertyTypestatic class
QLowEnergyCharacteristic.PropertyTypes
QFlags type for enumQLowEnergyCharacteristic.PropertyType
-
Constructor Summary
Constructors Modifier Constructor Description QLowEnergyCharacteristic()
QLowEnergyCharacteristic(QLowEnergyCharacteristic other)
protected
QLowEnergyCharacteristic(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description protected short
attributeHandle()
QLowEnergyCharacteristic
clone()
QLowEnergyDescriptor
descriptor(QBluetoothUuid uuid)
QList<QLowEnergyDescriptor>
descriptors()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.short
handle()
int
hashCode()
boolean
isValid()
String
name()
QLowEnergyCharacteristic.PropertyTypes
properties()
QBluetoothUuid
uuid()
QByteArray
value()
-
Constructor Details
-
QLowEnergyCharacteristic
public QLowEnergyCharacteristic() -
QLowEnergyCharacteristic
-
QLowEnergyCharacteristic
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
attributeHandle
-
descriptor
-
descriptors
-
handle
-
isValid
-
name
-
properties
-
uuid
-
value
-
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
-