Uses of Enum
io.qt.nfc.QNearFieldTarget.AccessMethod
Packages that use QNearFieldTarget.AccessMethod
-
Uses of QNearFieldTarget.AccessMethod in io.qt.nfc
Methods in io.qt.nfc that return QNearFieldTarget.AccessMethodModifier and TypeMethodDescriptionfinal QNearFieldTarget.AccessMethod []QNearFieldTarget.AccessMethods.flags()Returns an array of flag objects represented by this AccessMethods.QNearFieldTarget.AccessMethod.resolve(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QNearFieldTarget.AccessMethod[]QNearFieldTarget.AccessMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.nfc with parameters of type QNearFieldTarget.AccessMethodModifier and TypeMethodDescriptionQNearFieldTarget.AccessMethod.cleared(QNearFieldTarget.AccessMethod e) Excludes other enum entry from a flag of this entry.QNearFieldTarget.AccessMethod.combined(QNearFieldTarget.AccessMethod e) Combines this entry with other enum entry.QNearFieldTarget.AccessMethods.combined(QNearFieldTarget.AccessMethod e) Combines this flags with enum entry.QNearFieldTarget.AccessMethod.flags(QNearFieldTarget.AccessMethod ... values) Creates a newQNearFieldTarget.AccessMethodsfrom the entries.final booleanQNearFieldManager.isSupported(QNearFieldTarget.AccessMethod accessMethod) QNearFieldTarget.AccessMethods.setFlag(QNearFieldTarget.AccessMethod e) Sets the flageQNearFieldTarget.AccessMethods.setFlag(QNearFieldTarget.AccessMethod e, boolean on) Sets or clears the flagflagfinal booleanQNearFieldManager.startTargetDetection(QNearFieldTarget.AccessMethod accessMethod) Constructors in io.qt.nfc with parameters of type QNearFieldTarget.AccessMethodModifierConstructorDescriptionAccessMethods(QNearFieldTarget.AccessMethod ... args) Creates a new AccessMethods where the flags inargsare set.