Uses of Enum
io.qt.bluetooth.QBluetoothDeviceInfo.CoreConfiguration
Packages that use QBluetoothDeviceInfo.CoreConfiguration
-
Uses of QBluetoothDeviceInfo.CoreConfiguration in io.qt.bluetooth
Methods in io.qt.bluetooth that return QBluetoothDeviceInfo.CoreConfigurationModifier and TypeMethodDescriptionQBluetoothDeviceInfo.CoreConfigurations.flags()
Returns an array of flag objects represented by this CoreConfigurations.QBluetoothDeviceInfo.CoreConfiguration.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QBluetoothDeviceInfo.CoreConfiguration.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.CoreConfigurationModifier and TypeMethodDescriptionQBluetoothDeviceInfo.CoreConfiguration.cleared
(QBluetoothDeviceInfo.CoreConfiguration e) Excludes other enum entry from a flag of this entry.QBluetoothDeviceInfo.CoreConfiguration.combined
(QBluetoothDeviceInfo.CoreConfiguration e) Combines this entry with other enum entry.QBluetoothDeviceInfo.CoreConfigurations.combined
(QBluetoothDeviceInfo.CoreConfiguration e) Combines this flags with enum entry.QBluetoothDeviceInfo.CoreConfiguration.flags
(QBluetoothDeviceInfo.CoreConfiguration ... values) Creates a newQBluetoothDeviceInfo.CoreConfigurations
from the entries.final void
QBluetoothDeviceInfo.setCoreConfigurations
(QBluetoothDeviceInfo.CoreConfiguration ... coreConfigs) Overloaded function forQBluetoothDeviceInfo.setCoreConfigurations(io.qt.bluetooth.QBluetoothDeviceInfo.CoreConfigurations)
.QBluetoothDeviceInfo.CoreConfigurations.setFlag
(QBluetoothDeviceInfo.CoreConfiguration e) Sets the flage
QBluetoothDeviceInfo.CoreConfigurations.setFlag
(QBluetoothDeviceInfo.CoreConfiguration e, boolean on) Sets or clears the flagflag
Constructors in io.qt.bluetooth with parameters of type QBluetoothDeviceInfo.CoreConfigurationModifierConstructorDescriptionCreates a new CoreConfigurations where the flags inargs
are set.