Package com.zebra.rfid.api3
Class READER_TYPE
- java.lang.Object
-
- com.zebra.rfid.api3.READER_TYPE
-
public class READER_TYPE extends java.lang.ObjectREADER_TYPE: Used in Reader-Management API: Login
-
-
Field Summary
Fields Modifier and Type Field Description static READER_TYPEFXAll Readers of FX Seriesstatic READER_TYPEMCAll (LLRP compliant) Readers of MC Seriesintordinalstatic READER_TYPEXRAll Readers of XR Series
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(int val)intgetValue()java.lang.StringtoString()
-
-
-
Field Detail
-
XR
public static final READER_TYPE XR
All Readers of XR Series
-
FX
public static final READER_TYPE FX
All Readers of FX Series
-
MC
public static final READER_TYPE MC
All (LLRP compliant) Readers of MC Series
-
ordinal
public final int ordinal
-
-