Enum TAG_EVENT
TAG_EVENT specifies the event pertaining to a Tag reported via TAG_DATA.
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public enum TAG_EVENT
Fields
| Name | Description |
|---|---|
| NEW_TAG_VISIBLE | This implies that the Tag is a result of autonomous mode operation and the tag is visible for the first time. |
| NONE | This implies that the Tag is not a result of autonomous mode operation. |
| TAG_BACK_TO_VISIBILITY | This implies that the Tag is a result of autonomous mode operation and the tag is back to visibility. |
| TAG_NOT_VISIBLE | This implies that the Tag is a result of autonomous mode operation and the tag is not visible. |
| UNKNOWN_STATE | This implies that the Tag is a result of autonomous mode operation and but the state of the tag is not known. |