public class TAG_EVENT
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static TAG_EVENT |
NEW_TAG_VISIBLE
This implies that the Tag is a result of autonomous mode operation and
the tag is visible for the first time.
|
static TAG_EVENT |
NONE
This implies that the Tag is not a result of autonomous mode operation.
|
int |
ordinal |
static TAG_EVENT |
TAG_BACK_TO_VISIBILITY
This implies that the Tag is a result of autonomous mode operation and
the tag is back to visibility.
|
static TAG_EVENT |
TAG_MOVING
This implies that the Tag is moving generated by moving/stationary check
|
static TAG_EVENT |
TAG_NOT_VISIBLE
This implies that the Tag is a result of autonomous mode operation and
the tag is not visible.
|
static TAG_EVENT |
TAG_STATIONARY
This implies that the Tag is stationary generated by moving/stationary check
|
static TAG_EVENT |
UNKNOWN_STATE
This implies that the Tag is a result of autonomous mode operation and
but the state of the tag is not known.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(int val) |
static TAG_EVENT |
GetTagEventValue(int value) |
int |
getValue() |
java.lang.String |
toString() |
public static final TAG_EVENT UNKNOWN_STATE
public static final TAG_EVENT NEW_TAG_VISIBLE
public static final TAG_EVENT TAG_NOT_VISIBLE
public static final TAG_EVENT TAG_BACK_TO_VISIBILITY
public static final TAG_EVENT TAG_MOVING
public static final TAG_EVENT TAG_STATIONARY
public static final TAG_EVENT NONE
public final int ordinal
public boolean equals(int val)
public int getValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic static TAG_EVENT GetTagEventValue(int value)