Uses of Enum
io.qt.bluetooth.QBluetoothDeviceInfo.ServiceClass
Packages that use QBluetoothDeviceInfo.ServiceClass
-
Uses of QBluetoothDeviceInfo.ServiceClass in io.qt.bluetooth
Methods in io.qt.bluetooth that return QBluetoothDeviceInfo.ServiceClassModifier and TypeMethodDescriptionQBluetoothDeviceInfo.ServiceClasses.flags()
Returns an array of flag objects represented by this ServiceClasses.QBluetoothDeviceInfo.ServiceClass.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QBluetoothDeviceInfo.ServiceClass[]
QBluetoothDeviceInfo.ServiceClass.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.ServiceClassModifier and TypeMethodDescriptionQBluetoothDeviceInfo.ServiceClass.combined
(QBluetoothDeviceInfo.ServiceClass e) Combines this entry with other enum entry.QBluetoothDeviceInfo.ServiceClasses.combined
(QBluetoothDeviceInfo.ServiceClass e) Combines this flags with enum entry.QBluetoothDeviceInfo.ServiceClass.flags
(QBluetoothDeviceInfo.ServiceClass... values) Creates a newQBluetoothDeviceInfo.ServiceClasses
from the entries.QBluetoothDeviceInfo.ServiceClasses.setFlag
(QBluetoothDeviceInfo.ServiceClass e) Sets the flage
QBluetoothDeviceInfo.ServiceClasses.setFlag
(QBluetoothDeviceInfo.ServiceClass e, boolean on) Sets or clears the flagflag
Constructors in io.qt.bluetooth with parameters of type QBluetoothDeviceInfo.ServiceClassModifierConstructorDescriptionCreates a new ServiceClasses where the flags inargs
are set.