Package com.zebra.rfid.api3
Class CommunicationStandardInfo
- java.lang.Object
-
- com.zebra.rfid.api3.CommunicationStandardInfo
-
public class CommunicationStandardInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanm_bIsHoppingConfigurableint[]m_ChanneFrequencyValueListint[]m_ChanneIndexListjava.lang.Stringm_sRregionNamejava.lang.Stringm_sStandardName
-
Constructor Summary
Constructors Constructor Description CommunicationStandardInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]getChannelFrequencyValueList()int[]getChannelIndexList()booleangetIsHoppingConfigurable()java.lang.StringgetRegionName()java.lang.StringgetStandardName()
-
-
-
Field Detail
-
m_sRregionName
public java.lang.String m_sRregionName
-
m_sStandardName
public java.lang.String m_sStandardName
-
m_bIsHoppingConfigurable
public boolean m_bIsHoppingConfigurable
-
m_ChanneIndexList
public int[] m_ChanneIndexList
-
m_ChanneFrequencyValueList
public int[] m_ChanneFrequencyValueList
-
-
Method Detail
-
getRegionName
public java.lang.String getRegionName()
-
getStandardName
public java.lang.String getStandardName()
-
getIsHoppingConfigurable
public boolean getIsHoppingConfigurable()
-
getChannelIndexList
public int[] getChannelIndexList()
-
getChannelFrequencyValueList
public int[] getChannelFrequencyValueList()
-
-