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