Package com.zebra.rfid.api3
Class TRUNCATE_ACTION
- java.lang.Object
-
- com.zebra.rfid.api3.TRUNCATE_ACTION
-
public class TRUNCATE_ACTION extends java.lang.ObjectTRUNCATE_ACTION indicates whether only a truncated portion of the tag is to be backscattered by the tag or not.
-
-
Field Summary
Fields Modifier and Type Field Description intordinalstatic TRUNCATE_ACTIONTRUNCATE_ACTION_DO_NOT_TRUNCATEDo not truncate.static TRUNCATE_ACTIONTRUNCATE_ACTION_TRUNCATETruncate.static TRUNCATE_ACTIONTRUNCATE_ACTION_UNSPECIFIEDThe Reader decides what truncate action to take.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(int val)intgetValue()java.lang.StringtoString()
-
-
-
Field Detail
-
TRUNCATE_ACTION_UNSPECIFIED
public static final TRUNCATE_ACTION TRUNCATE_ACTION_UNSPECIFIED
The Reader decides what truncate action to take.
-
TRUNCATE_ACTION_DO_NOT_TRUNCATE
public static final TRUNCATE_ACTION TRUNCATE_ACTION_DO_NOT_TRUNCATE
Do not truncate.
-
TRUNCATE_ACTION_TRUNCATE
public static final TRUNCATE_ACTION TRUNCATE_ACTION_TRUNCATE
Truncate.
-
ordinal
public final int ordinal
-
-