java.lang.Object
io.qt.QtObject
io.qt.bluetooth.QLowEnergyDescriptor
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Stores information about the Bluetooth Low Energy descriptor
Java wrapper for Qt class QLowEnergyDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QLowEnergyDescriptor other) clone()
Creates and returns a copy of this object.boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QLowEnergyDescriptor)
.final boolean
isValid()
final String
name()
type()
final QBluetoothUuid
uuid()
final QByteArray
value()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QLowEnergyDescriptor
public QLowEnergyDescriptor() -
QLowEnergyDescriptor
-
-
Method Details
-
isValid
-
name
-
assign
-
type
-
uuid
-
value
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QLowEnergyDescriptor)
. -
clone
Creates and returns a copy of this object.
-