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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QLowEnergyDescriptor other) clone()Creates and returns a copy of this object.final booleanReturns true if a is equal to b; otherwise falsebooleaninthashCode()Returns the objects's hash code computed byqHash(QLowEnergyDescriptor).final booleanisValid()final Stringname()type()final QBluetoothUuiduuid()final QByteArrayvalue()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)
-