Uses of Class
io.qt.bluetooth.QBluetoothUuid.CharacteristicType
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QBluetoothUuid.CharacteristicType in io.qt.bluetooth
Methods in io.qt.bluetooth that return QBluetoothUuid.CharacteristicType Modifier and Type Method Description static QBluetoothUuid.CharacteristicType
QBluetoothUuid.CharacteristicType. resolve(int value)
Returns the corresponding enum entry for the given value.static QBluetoothUuid.CharacteristicType
QBluetoothUuid.CharacteristicType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QBluetoothUuid.CharacteristicType[]
QBluetoothUuid.CharacteristicType. 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.CharacteristicType Modifier and Type Method Description static String
QBluetoothUuid. characteristicToString(QBluetoothUuid.CharacteristicType uuid)
Constructors in io.qt.bluetooth with parameters of type QBluetoothUuid.CharacteristicType Constructor Description QBluetoothUuid(QBluetoothUuid.CharacteristicType uuid)