Package com.zebra.rfid.api3
Class RegulatoryConfig
java.lang.Object
com.zebra.rfid.api3.RegulatoryConfig
Contains the parameters of Regulatory config and methods to get/set these parameters
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
gets enabled channels of the region on readergets region name which is currently applied to the readerboolean
boolean
Indicate whether hopping onboolean
void
setChannelSelectable
(boolean selectable) void
setEnabledChannels
(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
sets region code which is currently applied to the readervoid
setStandardName
(String standardName)
-
Constructor Details
-
RegulatoryConfig
public RegulatoryConfig()
-
-
Method Details
-
getStandardName
-
setStandardName
-
isLBTConfigurable
public boolean isLBTConfigurable() -
setLBTConfigurable
public void setLBTConfigurable(boolean LBTVal) -
isChannelSelectable
public boolean isChannelSelectable() -
setChannelSelectable
public void setChannelSelectable(boolean selectable) -
getRegion
gets region name which is currently applied to the reader- Returns:
- String current region name
-
setRegion
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
gets enabled channels of the region on reader- Returns:
-
setEnabledChannels
sets enabled channels of the region to the reader -
setMaxTransmitPowerLevelValue
public void setMaxTransmitPowerLevelValue(int maxTransmitPowerLevelValue) -
setMinTransmitPowerLevelValue
public void setMinTransmitPowerLevelValue(int minTransmitPowerLevelValue)
-