Uses of Class
io.qt.bluetooth.QBluetoothDeviceInfo.DataCompleteness
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QBluetoothDeviceInfo.DataCompleteness in io.qt.bluetooth
Methods in io.qt.bluetooth that return QBluetoothDeviceInfo.DataCompleteness Modifier and Type Method Description static QBluetoothDeviceInfo.DataCompleteness
QBluetoothDeviceInfo.DataCompleteness. resolve(int value)
Returns the corresponding enum entry for the given value.QBluetoothDeviceInfo.DataCompleteness
QBluetoothDeviceInfo. serviceUuidsCompleteness()
Deprecated.static QBluetoothDeviceInfo.DataCompleteness
QBluetoothDeviceInfo.DataCompleteness. valueOf(String name)
Returns the enum constant of this type with the specified name.static QBluetoothDeviceInfo.DataCompleteness[]
QBluetoothDeviceInfo.DataCompleteness. 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 QBluetoothDeviceInfo.DataCompleteness Modifier and Type Method Description void
QBluetoothDeviceInfo. setServiceUuids(Collection<QBluetoothUuid> uuids, QBluetoothDeviceInfo.DataCompleteness completeness)
Deprecated.