HanXinParameters

HanXinParameters class

Han Xin parameters.

public class HanXinParameters : joint.BaseJavaClass

Constructors

NameDescription
HanXinParameters(object)Initializes a new instance of the HanXinParameters class.

Methods

NameDescription
getECIEncodingExtended 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.
getEncodeModeHanXin encoding mode. Default value: EncodeMode.Mixed.
getErrorLevelLevel of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel.
getHanXinECIEncodingExtended 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.
getHanXinEncodeModeHanXin encoding mode. Default value: HanXinEncodeMode.Mixed.
getHanXinErrorLevelLevel of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel.
getHanXinVersionVersion of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.
getVersionVersion of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto.
init
setECIEncoding(object)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(object)HanXin encoding mode. Default value: EncodeMode.Mixed.
setErrorLevel(object)Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel.
setHanXinECIEncoding(object)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(object)HanXin encoding mode. Default value: HanXinEncodeMode.Mixed.
setHanXinErrorLevel(object)Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel.
setHanXinVersion(object)Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.
setVersion(object)Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto.
toStringReturns a human-readable string representation of this HanXinParameters.

See Also