|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.honeywell.decodemanager.SymbologyConfigBase
com.honeywell.decodemanager.symbologyconfig.SymbologyConfigCodeMinMaxProperty
com.honeywell.decodemanager.symbologyconfig.SymbologyConfigCode39
public class SymbologyConfigCode39
This class is used to configure code 39 symbology property.
Field Summary |
---|
Fields inherited from class com.honeywell.decodemanager.SymbologyConfigBase |
---|
CREATOR, m_flags, m_mask, m_maxLength, m_minLength, m_symID |
Constructor Summary | |
---|---|
SymbologyConfigCode39()
Constructor of SymbologyConfigCode39. |
Method Summary | |
---|---|
void |
enableCheckEnable(boolean b)
This function is used to enable or disable check character property. |
void |
enableCheckTransmit(boolean b)
This function is used to enable or disable Send check character property. |
void |
enableFullAscii(boolean b)
This function is used to enable or disable Enable Code39 Full ASCII property. |
void |
enableStartStopTransmit(boolean b)
This function is used to enable or disable property ofInclude the start and stop characters in the decoded result string. |
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 |
---|
public SymbologyConfigCode39()
Method Detail |
---|
public void enableCheckEnable(boolean b)
b
- if true then enable the property,or disable.public void enableCheckTransmit(boolean b)
b
- if true then enable the property,or disable.public void enableFullAscii(boolean b)
b
- if true then enable the property,or disable.public void enableStartStopTransmit(boolean b)
b
- if true then enable the property,or disable.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |