Class RegionInfo

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

public class RegionInfo extends Object
Contains the paramters of Region Information and methods to manage these parameters
  • Field Details

    • m_sRegionCode

      protected String m_sRegionCode
    • m_sName

      protected String m_sName
    • m_bHoppingConfigurable

      protected boolean m_bHoppingConfigurable
    • m_SupportedChannels

      protected String[] m_SupportedChannels
    • isChannelSelectable

      protected boolean isChannelSelectable
    • isLBTConfigurable

      protected boolean isLBTConfigurable
    • standardName

      protected String standardName
    • m_index

      protected int m_index
    • m_userNVM

      protected int m_userNVM
    • m_communicationStandardCode

      protected int m_communicationStandardCode
    • m_regulatoryDomainCode

      protected int m_regulatoryDomainCode
    • m_skuId

      protected String m_skuId
  • Constructor Details

    • RegionInfo

      public RegionInfo()
  • 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)
    • getRegionCode

      public String getRegionCode()
      Get Region Code
      Returns:
      region code String
    • getName

      public String getName()
      get region Name
      Returns:
      region name String
    • isHoppingConfigurable

      public boolean isHoppingConfigurable()
      Indicates whether supported channels of region are configurable to the reader by user
      Returns:
      boolean hopping configurable
    • getSupportedChannels

      public String[] getSupportedChannels()
      gets channels supported by region
      Returns:
      String[] supported channels