Uses of Class
io.qt.bluetooth.QBluetooth.Security
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QBluetooth.Security in io.qt.bluetooth
Methods in io.qt.bluetooth that return QBluetooth.Security Modifier and Type Method Description QBluetooth.Security[]
QBluetooth.SecurityFlags. flags()
Returns an array of flag objects represented by this SecurityFlags.static QBluetooth.Security
QBluetooth.Security. resolve(int value)
Returns the corresponding enum entry for the given value.static QBluetooth.Security
QBluetooth.Security. valueOf(String name)
Returns the enum constant of this type with the specified name.static QBluetooth.Security[]
QBluetooth.Security. 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 QBluetooth.Security Constructor Description SecurityFlags(QBluetooth.Security... args)
Creates a new SecurityFlags where the flags inargs
are set.