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
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QLowEnergyDescriptor other) clone()
Creates and returns a copy of this object.final boolean
Returns true if a is equal to b; otherwise falseboolean
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
-
equals
Returns true if a is equal to b; otherwise false
-
type
-
uuid
-
value
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QLowEnergyDescriptor)
. -
clone
Creates and returns a copy of this object.
See
QLowEnergyDescriptor::
QLowEnergyDescriptor(QLowEnergyDescriptor)
-