Class Antennas.RFMode

java.lang.Object
com.zebra.rfid.api3.Antennas.RFMode
Enclosing class:
Antennas

public class Antennas.RFMode extends Object
This class represents the C1G2 RF Mode and the Tari value to use for the inventory operation.
  • 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)