Package com.zebra.rfid.api3
Class RegulatoryConfig
- java.lang.Object
-
- com.zebra.rfid.api3.RegulatoryConfig
-
public class RegulatoryConfig extends java.lang.Object
Contains 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.String
getRegion()
gets region name which is currently applied to the readerjava.lang.String
getStandardName()
boolean
isChannelSelectable()
boolean
isHoppingon()
Indicate whether hopping onboolean
isLBTConfigurable()
void
setChannelSelectable(boolean selectable)
void
setEnabledChannels(java.lang.String[] m_EnabledChannels)
sets enabled channels of the region to the readervoid
setIsHoppingOn(boolean m_bIsHoppingOn)
sets whether hopping onvoid
setLBTConfigurable(boolean LBTVal)
void
setMaxTransmitPowerLevelValue(int maxTransmitPowerLevelValue)
void
setMinTransmitPowerLevelValue(int minTransmitPowerLevelValue)
void
setRegion(java.lang.String m_sRegion)
sets region code which is currently applied to the readervoid
setStandardName(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)
-
-