Package com.zebra.rfid.api3
Class Antennas.RFMode
java.lang.Object
com.zebra.rfid.api3.Antennas.RFMode
- Enclosing class:
Antennas
This class represents the C1G2 RF Mode and the Tari value
to use for the inventory operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the RF Mode table to be used.intgetTari()Gets or sets the TARI specified in nsec.voidsetTableIndex(int tableIndex) Sets the RF Mode table to be used.voidsetTari(int tari)
-
Constructor Details
-
RFMode
public RFMode()Connstructor -
RFMode
public RFMode(int tableIndex, int tari) Constructor with parameters- Parameters:
tableIndex-tari-
-
-
Method Details
-
getTableIndex
public int getTableIndex()Gets the RF Mode table to be used. This is an index into the RFModeTable -
setTableIndex
public void setTableIndex(int tableIndex) Sets the RF Mode table to be used. This is an index into the RFModeTable -
getTari
public int getTari()Gets or sets the TARI specified in nsec. This is specified if the mode selected has a Tari range. If the selected mode has a range, and the Tari is set to zero, the Reader implementation picks up any Tari value within the range. If the selected RF mode has a range, and the specified Tari is out of that range and is not set to zero, an error message will be generated.- Returns:
-
setTari
public void setTari(int tari)
-