Class RegulatoryConfig

java.lang.Object
com.zebra.rfid.api3.RegulatoryConfig

public class RegulatoryConfig extends Object
Contains the parameters of Regulatory config and methods to get/set these parameters
  • Constructor Details

    • RegulatoryConfig

      public RegulatoryConfig()
  • Method Details

    • getStandardName

      public String getStandardName()
    • setStandardName

      public void setStandardName(String standardName)
    • isLBTConfigurable

      public boolean isLBTConfigurable()
    • setLBTConfigurable

      public void setLBTConfigurable(boolean LBTVal)
    • isChannelSelectable

      public boolean isChannelSelectable()
    • setChannelSelectable

      public void setChannelSelectable(boolean selectable)
    • getRegion

      public String getRegion()
      gets region name which is currently applied to the reader
      Returns:
      String current region name
    • setRegion

      public void setRegion(String m_sRegion)
      sets region code which is currently applied to the reader
    • isHoppingon

      public boolean isHoppingon()
      Indicate whether hopping on
      Returns:
    • setIsHoppingOn

      public void setIsHoppingOn(boolean m_bIsHoppingOn)
      sets whether hopping on
    • getEnabledchannels

      public String[] getEnabledchannels()
      gets enabled channels of the region on reader
      Returns:
    • setEnabledChannels

      public void setEnabledChannels(String[] m_EnabledChannels)
      sets enabled channels of the region to the reader
    • setMaxTransmitPowerLevelValue

      public void setMaxTransmitPowerLevelValue(int maxTransmitPowerLevelValue)
    • setMinTransmitPowerLevelValue

      public void setMinTransmitPowerLevelValue(int minTransmitPowerLevelValue)