Uses of Class
io.qt.bluetooth.QBluetoothUuid.ServiceClassUuid
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QBluetoothUuid.ServiceClassUuid in io.qt.bluetooth
Methods in io.qt.bluetooth that return QBluetoothUuid.ServiceClassUuid Modifier and Type Method Description static QBluetoothUuid.ServiceClassUuid
QBluetoothUuid.ServiceClassUuid. resolve(int value)
Returns the corresponding enum entry for the given value.static QBluetoothUuid.ServiceClassUuid
QBluetoothUuid.ServiceClassUuid. valueOf(String name)
Returns the enum constant of this type with the specified name.static QBluetoothUuid.ServiceClassUuid[]
QBluetoothUuid.ServiceClassUuid. 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.ServiceClassUuid Modifier and Type Method Description void
QBluetoothSocket. connectToService(QBluetoothAddress address, QBluetoothUuid.ServiceClassUuid uuid)
Overloaded function forQBluetoothSocket.connectToService(io.qt.bluetooth.QBluetoothAddress, io.qt.bluetooth.QBluetoothUuid.ServiceClassUuid, io.qt.core.QIODevice.OpenMode)
withmode = new io.qt.core.QIODevice.OpenMode(3)
.void
QBluetoothSocket. connectToService(QBluetoothAddress address, QBluetoothUuid.ServiceClassUuid uuid, QIODevice.OpenMode mode)
void
QBluetoothSocket. connectToService(QBluetoothAddress address, QBluetoothUuid.ServiceClassUuid uuid, QIODevice.OpenModeFlag... mode)
static String
QBluetoothUuid. serviceClassToString(QBluetoothUuid.ServiceClassUuid uuid)
Constructors in io.qt.bluetooth with parameters of type QBluetoothUuid.ServiceClassUuid Constructor Description QBluetoothUuid(QBluetoothUuid.ServiceClassUuid uuid)