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
- Since:
- This class was introduced in Qt 5.4.
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QLowEnergyDescriptor other) protected final short
SeeQLowEnergyDescriptor::
characteristicHandle()const clone()
Creates and returns a copy of this object.final boolean
equals
(QLowEnergyDescriptor other) boolean
final short
handle()
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
- Parameters:
other
-
-
-
Method Details
-
characteristicHandle
See
QLowEnergyDescriptor::
characteristicHandle()const - Returns:
-
handle
- Returns:
-
isValid
- Returns:
-
name
- Returns:
-
assign
- Parameters:
other
-
-
equals
- Parameters:
other
-- Returns:
-
type
- Returns:
-
uuid
- Returns:
-
value
- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QLowEnergyDescriptor)
. -
clone
Creates and returns a copy of this object.
See
QLowEnergyDescriptor::
QLowEnergyDescriptor(QLowEnergyDescriptor)
-