Uses of Class
io.qt.bluetooth.QBluetoothDeviceInfo.CoreConfiguration
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QBluetoothDeviceInfo.CoreConfiguration in io.qt.bluetooth
Methods in io.qt.bluetooth that return QBluetoothDeviceInfo.CoreConfiguration Modifier and Type Method Description QBluetoothDeviceInfo.CoreConfiguration[]
QBluetoothDeviceInfo.CoreConfigurations. flags()
Returns an array of flag objects represented by this CoreConfigurations.static QBluetoothDeviceInfo.CoreConfiguration
QBluetoothDeviceInfo.CoreConfiguration. resolve(int value)
Returns the corresponding enum entry for the given value.static QBluetoothDeviceInfo.CoreConfiguration
QBluetoothDeviceInfo.CoreConfiguration. valueOf(String name)
Returns the enum constant of this type with the specified name.static QBluetoothDeviceInfo.CoreConfiguration[]
QBluetoothDeviceInfo.CoreConfiguration. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.bluetooth with parameters of type QBluetoothDeviceInfo.CoreConfiguration Constructor Description CoreConfigurations(QBluetoothDeviceInfo.CoreConfiguration... args)
Creates a new CoreConfigurations where the flags inargs
are set.