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