com.honeywell.decodemanager.symbologyconfig
Class SymbologyConfigCodeRss

java.lang.Object
  extended by com.honeywell.decodemanager.SymbologyConfigBase
      extended by com.honeywell.decodemanager.symbologyconfig.SymbologyConfigCodeMinMaxProperty
          extended by com.honeywell.decodemanager.symbologyconfig.SymbologyConfigCodeRss

public class SymbologyConfigCodeRss
extends SymbologyConfigCodeMinMaxProperty

This class is used to configure EAN.UCC (RSS) Symbology symbology.


Field Summary
 
Fields inherited from class com.honeywell.decodemanager.SymbologyConfigBase
CREATOR, m_flags, m_mask, m_maxLength, m_minLength, m_symID
 
Constructor Summary
SymbologyConfigCodeRss()
          Constructor of SymbologyConfigCodeRss.
 
Method Summary
 void enableRseEnable(boolean b)
          This function is used to enable or disable RSS Expanded bit property.
 void enableRslEnable(boolean b)
          This function is used to enable or disable RSS Limited bit property.
 void enableRssEnable(boolean b)
          This function is used to enable or disable RSS bit property.
 
Methods inherited from class com.honeywell.decodemanager.symbologyconfig.SymbologyConfigCodeMinMaxProperty
setMaxLength, setMinLength
 
Methods inherited from class com.honeywell.decodemanager.SymbologyConfigBase
describeContents, enableSymbology, getFlags, getMask, getMaxLength, getMinLength, getSymID, readFromParcel, writeToParcel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbologyConfigCodeRss

public SymbologyConfigCodeRss()
Constructor of SymbologyConfigCodeRss.

Method Detail

enableRssEnable

public void enableRssEnable(boolean b)
This function is used to enable or disable RSS bit property.

Parameters:
b - if true then enable the property,or disable.

enableRslEnable

public void enableRslEnable(boolean b)
This function is used to enable or disable RSS Limited bit property.

Parameters:
b - if true then enable the property,or disable.

enableRseEnable

public void enableRseEnable(boolean b)
This function is used to enable or disable RSS Expanded bit property.

Parameters:
b - if true then enable the property,or disable.