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