Uses of Enum
io.qt.bluetooth.QBluetooth.Security
-
Uses of QBluetooth.Security in io.qt.bluetooth
Modifier and TypeMethodDescriptionfinal 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
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.Modifier and TypeMethodDescriptionQBluetooth.Security.cleared
(QBluetooth.Security e) Excludes other enum entry from a flag of this entry.QBluetooth.Security.combined
(QBluetooth.Security e) Combines this entry with other enum entry.final QBluetooth.SecurityFlags
QBluetooth.SecurityFlags.combined
(QBluetooth.Security e) Combines this flags with enum entry.static QBluetooth.SecurityFlags
QBluetooth.Security.flags
(QBluetooth.Security ... values) Creates a newQBluetooth.SecurityFlags
from the entries.final QBluetooth.SecurityFlags
QBluetooth.SecurityFlags.setFlag
(QBluetooth.Security e) Sets the flage
final QBluetooth.SecurityFlags
QBluetooth.SecurityFlags.setFlag
(QBluetooth.Security e, boolean on) Sets or clears the flagflag
final void
QBluetoothSocket.setPreferredSecurityFlags
(QBluetooth.Security ... flags) Overloaded function forQBluetoothSocket.setPreferredSecurityFlags(io.qt.bluetooth.QBluetooth.SecurityFlags)
.final void
QBluetoothServer.setSecurityFlags
(QBluetooth.Security ... security) Overloaded function forQBluetoothServer.setSecurityFlags(io.qt.bluetooth.QBluetooth.SecurityFlags)
.ModifierConstructorDescriptionSecurityFlags
(QBluetooth.Security ... args) Creates a new SecurityFlags where the flags inargs
are set.