Package com.zebra.rfid.api3
Class RegionInfo
java.lang.Object
com.zebra.rfid.api3.RegionInfo
Contains the paramters of Region Information and methods to manage these parameters
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
get region NameGet Region CodeString[]
gets channels supported by regionboolean
boolean
Indicates whether supported channels of region are configurable to the reader by userboolean
void
setChannelSelectable
(boolean selectable) void
setLBTConfigurable
(boolean LBTVal) void
setStandardName
(String standardName)
-
Field Details
-
m_sRegionCode
-
m_sName
-
m_bHoppingConfigurable
protected boolean m_bHoppingConfigurable -
m_SupportedChannels
-
isChannelSelectable
protected boolean isChannelSelectable -
isLBTConfigurable
protected boolean isLBTConfigurable -
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
-
-
Constructor Details
-
RegionInfo
public RegionInfo()
-
-
Method Details
-
getStandardName
-
setStandardName
-
isLBTConfigurable
public boolean isLBTConfigurable() -
setLBTConfigurable
public void setLBTConfigurable(boolean LBTVal) -
isChannelSelectable
public boolean isChannelSelectable() -
setChannelSelectable
public void setChannelSelectable(boolean selectable) -
getRegionCode
Get Region Code- Returns:
- region code 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
gets channels supported by region- Returns:
- String[] supported channels
-