Package com.zebra.rfid.api3
Class UNTRACEABLE_TID
- java.lang.Object
-
- com.zebra.rfid.api3.UNTRACEABLE_TID
-
public class UNTRACEABLE_TID extends java.lang.Object3 ways to show tid in g2v2 untraceable command
-
-
Field Summary
Fields Modifier and Type Field Description static UNTRACEABLE_TIDHIDE_ALL_TIDhide all tidstatic UNTRACEABLE_TIDHIDE_SOME_TIDhide some tidintordinalstatic UNTRACEABLE_TIDSHOW_TIDShow tid
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UNTRACEABLE_TIDGetUntraceableTidValue(int value)static UNTRACEABLE_TIDGetUntraceableTidValue(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)
-
-