HanXinParameters
HanXinParameters class
Han Xin parameters.
new HanXinParameters()
Methods
| Name | Description |
|---|---|
| getECIEncoding() | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for |
| getEncodeMode() | HanXin encoding mode. Default value: EncodeMode.Mixed. |
| getErrorLevel() | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. |
| getHanXinECIEncoding() | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for |
| getHanXinEncodeMode() | HanXin encoding mode. Default value: HanXinEncodeMode.Mixed. |
| getHanXinErrorLevel() | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. |
| getHanXinVersion() | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. |
| getVersion() | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. |
| setECIEncoding() | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for |
| setEncodeMode() | HanXin encoding mode. Default value: EncodeMode.Mixed. |
| setErrorLevel() | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. |
| setHanXinECIEncoding() | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for |
| setHanXinEncodeMode() | HanXin encoding mode. Default value: HanXinEncodeMode.Mixed. |
| setHanXinErrorLevel() | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. |
| setHanXinVersion() | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. |
| setVersion() | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. |
| toString() | Returns a human-readable string representation of this HanXinParameters. |
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 contains all well known charset encodings.
getEncodeMode()
HanXin encoding mode. Default value: EncodeMode.Mixed.
getErrorLevel()
Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel.
getHanXinECIEncoding()
Deprecated. See method description for replacement.
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.
getHanXinEncodeMode()
Deprecated. See method description for replacement.
HanXin encoding mode. Default value: HanXinEncodeMode.Mixed.
getHanXinErrorLevel()
Deprecated. See method description for replacement.
Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel.
getHanXinVersion()
Deprecated. See method description for replacement.
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.
getVersion()
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto.
setECIEncoding()
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 contains all well known charset encodings.
setEncodeMode()
HanXin encoding mode. Default value: EncodeMode.Mixed.
setErrorLevel()
Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel.
setHanXinECIEncoding()
Deprecated. See method description for replacement.
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.
setHanXinEncodeMode()
Deprecated. See method description for replacement.
HanXin encoding mode. Default value: HanXinEncodeMode.Mixed.
setHanXinErrorLevel()
Deprecated. See method description for replacement.
Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel.
setHanXinVersion()
Deprecated. See method description for replacement.
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.
setVersion()
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto.
toString()
Returns a human-readable string representation of this HanXinParameters.
Returns: A string that represents this HanXinParameters.