Package com.zebra.rfid.api3
Class UNTRACEABLE_TID
- java.lang.Object
-
- com.zebra.rfid.api3.UNTRACEABLE_TID
-
public class UNTRACEABLE_TID extends java.lang.Object
3 ways to show tid in g2v2 untraceable command
-
-
Field Summary
Fields Modifier and Type Field Description static UNTRACEABLE_TID
HIDE_ALL_TID
hide all tidstatic UNTRACEABLE_TID
HIDE_SOME_TID
hide some tidint
ordinal
static UNTRACEABLE_TID
SHOW_TID
Show tid
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UNTRACEABLE_TID
GetUntraceableTidValue(int value)
static UNTRACEABLE_TID
GetUntraceableTidValue(java.lang.String untraceableTid)
-
-
-
Field Detail
-
SHOW_TID
public static final UNTRACEABLE_TID SHOW_TID
Show tid
-
HIDE_SOME_TID
public static final UNTRACEABLE_TID HIDE_SOME_TID
hide some tid
-
HIDE_ALL_TID
public static final UNTRACEABLE_TID HIDE_ALL_TID
hide all tid
-
ordinal
public final int ordinal
-
-
Method Detail
-
GetUntraceableTidValue
public static UNTRACEABLE_TID GetUntraceableTidValue(int value)
-
GetUntraceableTidValue
public static UNTRACEABLE_TID GetUntraceableTidValue(java.lang.String untraceableTid)
-
-