Uses of Class
io.qt.bluetooth.QBluetoothUuid.DescriptorType
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QBluetoothUuid.DescriptorType in io.qt.bluetooth
Methods in io.qt.bluetooth that return QBluetoothUuid.DescriptorType Modifier and Type Method Description static QBluetoothUuid.DescriptorType
QBluetoothUuid.DescriptorType. resolve(int value)
Returns the corresponding enum entry for the given value.QBluetoothUuid.DescriptorType
QLowEnergyDescriptor. type()
static QBluetoothUuid.DescriptorType
QBluetoothUuid.DescriptorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QBluetoothUuid.DescriptorType[]
QBluetoothUuid.DescriptorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.bluetooth with parameters of type QBluetoothUuid.DescriptorType Modifier and Type Method Description static String
QBluetoothUuid. descriptorToString(QBluetoothUuid.DescriptorType uuid)
Constructors in io.qt.bluetooth with parameters of type QBluetoothUuid.DescriptorType Constructor Description QBluetoothUuid(QBluetoothUuid.DescriptorType uuid)