PollingFrameType enum
What one frame of a reader's polling loop was.
The values are the reader's own signalling, not the tag's: on and off bracket the period the field was up, and a, b and f are the technology-specific probes the reader sent inside it.
Values
- a → const PollingFrameType
-
An NFC-A probe.
- b → const PollingFrameType
-
An NFC-B probe.
- f → const PollingFrameType
-
An NFC-F probe.
- off → const PollingFrameType
-
The reader's field went away.
- on → const PollingFrameType
-
The reader's field came up.
- unknown → const PollingFrameType
-
A frame this release does not recognise. Reported rather than dropped, because a reader's proprietary probe is often exactly what an app is filtering for.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PollingFrameType> - A constant List of the values in this enum, in order of their declaration.