Package com.zebra.rfid.api3
Class RegulatoryConfig
- java.lang.Object
-
- com.zebra.rfid.api3.RegulatoryConfig
-
public class RegulatoryConfig extends java.lang.ObjectContains the parameters of Regulatory config and methods to get/set these parameters
-
-
Constructor Summary
Constructors Constructor Description RegulatoryConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getEnabledchannels()gets enabled channels of the region on readerjava.lang.StringgetRegion()gets region name which is currently applied to the readerjava.lang.StringgetStandardName()booleanisChannelSelectable()booleanisHoppingon()Indicate whether hopping onbooleanisLBTConfigurable()voidsetChannelSelectable(boolean selectable)voidsetEnabledChannels(java.lang.String[] m_EnabledChannels)sets enabled channels of the region to the readervoidsetIsHoppingOn(boolean m_bIsHoppingOn)sets whether hopping onvoidsetLBTConfigurable(boolean LBTVal)voidsetMaxTransmitPowerLevelValue(int maxTransmitPowerLevelValue)voidsetMinTransmitPowerLevelValue(int minTransmitPowerLevelValue)voidsetRegion(java.lang.String m_sRegion)sets region code which is currently applied to the readervoidsetStandardName(java.lang.String standardName)
-
-
-
Method Detail
-
getStandardName
public java.lang.String getStandardName()
-
setStandardName
public void setStandardName(java.lang.String standardName)
-
isLBTConfigurable
public boolean isLBTConfigurable()
-
setLBTConfigurable
public void setLBTConfigurable(boolean LBTVal)
-
isChannelSelectable
public boolean isChannelSelectable()
-
setChannelSelectable
public void setChannelSelectable(boolean selectable)
-
getRegion
public java.lang.String getRegion()
gets region name which is currently applied to the reader- Returns:
- String current region name
-
setRegion
public void setRegion(java.lang.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 java.lang.String[] getEnabledchannels()
gets enabled channels of the region on reader- Returns:
-
setEnabledChannels
public void setEnabledChannels(java.lang.String[] m_EnabledChannels)
sets enabled channels of the region to the reader
-
setMaxTransmitPowerLevelValue
public void setMaxTransmitPowerLevelValue(int maxTransmitPowerLevelValue)
-
setMinTransmitPowerLevelValue
public void setMinTransmitPowerLevelValue(int minTransmitPowerLevelValue)
-
-