Class HanXinParametersUI
-
Method Summary
Modifier and TypeMethodDescriptionfinal intExtended Channel Interpretation Identifiers.final HanXinEncodeModeHanXin symbology type of BarCode's encoding mode.final HanXinErrorLevelLevel of Reed-Solomon error correction for HanXin barcode.final intDeprecated.Use ECIEncoding insteadfinal HanXinEncodeModeDeprecated.Use EncodeMode insteadfinal HanXinErrorLevelDeprecated.Use ErrorLevel insteadfinal HanXinVersionDeprecated.Use Version insteadfinal HanXinVersionVersion of HanXin Code.final voidsetECIEncoding(int value) Extended Channel Interpretation Identifiers.final voidsetEncodeMode(HanXinEncodeMode value) HanXin symbology type of BarCode's encoding mode.final voidsetErrorLevel(HanXinErrorLevel value) Level of Reed-Solomon error correction for HanXin barcode.final voidsetHanXinECIEncoding(int value) Deprecated.Use ECIEncoding insteadfinal voidDeprecated.Use EncodeMode insteadfinal voidDeprecated.Use ErrorLevel insteadfinal voidsetHanXinVersion(HanXinVersion value) Deprecated.Use Version insteadfinal voidsetVersion(HanXinVersion value) Version of HanXin Code.toString()Returns a human-readable string representation of thisHanXinParameters.
-
Method Details
-
getECIEncoding
public final int getECIEncoding()Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings.
-
setECIEncoding
public final void setECIEncoding(int value) Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings.
-
getHanXinECIEncoding
Deprecated.Use ECIEncoding insteadExtended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings.
-
setHanXinECIEncoding
Deprecated.Use ECIEncoding insteadExtended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings.
-
getEncodeMode
HanXin symbology type of BarCode's encoding mode. Default value: EncodeMode.Auto.
-
setEncodeMode
HanXin symbology type of BarCode's encoding mode. Default value: EncodeMode.Auto.
-
getHanXinEncodeMode
Deprecated.Use EncodeMode insteadHanXin symbology type of BarCode's encoding mode. Default value: EncodeMode.Auto.
-
setHanXinEncodeMode
Deprecated.Use EncodeMode insteadHanXin symbology type of BarCode's encoding mode. Default value: EncodeMode.Auto.
-
getErrorLevel
Level of Reed-Solomon error correction for HanXin barcode. From low to high: L1 - L4. see ErrorLevel.
-
setErrorLevel
Level of Reed-Solomon error correction for HanXin barcode. From low to high: L1 - L4. see ErrorLevel.
-
getHanXinErrorLevel
Deprecated.Use ErrorLevel insteadLevel of Reed-Solomon error correction for HanXin barcode. From low to high: L1 - L4. see ErrorLevel.
-
setHanXinErrorLevel
Deprecated.Use ErrorLevel insteadLevel of Reed-Solomon error correction for HanXin barcode. From low to high: L1 - L4. see ErrorLevel.
-
getVersion
Version of HanXin Code. From Version01 to Version84 for HanXin code. Default value is Version.Auto.
-
setVersion
Version of HanXin Code. From Version01 to Version84 for HanXin code. Default value is Version.Auto.
-
getHanXinVersion
Deprecated.Use Version insteadVersion of HanXin Code. From Version01 to Version84 for HanXin code. Default value is Version.Auto.
-
setHanXinVersion
Deprecated.Use Version insteadVersion of HanXin Code. From Version01 to Version84 for HanXin code. Default value is Version.Auto.
-
toString
Returns a human-readable string representation of this
HanXinParameters.- Overrides:
toStringin classObject- Returns:
- A string that represents this
HanXinParameters.
-