Specifies the operating mode for encoding data.
Specifies the operating mode for encoding data. Default is Mode 4.
- Parameters:
-
[in] | pBarCode | Pointer to barcode structure. |
[in] | nMode | Used encoding mode [2..5]
- Mode 2: SCM Numeric - Structured Carrier Message (Postal Code only numeric, up to 9 digits)
- Mode 3: SCM Alphanumeric - Structured Carrier Message (Postal Code alphanumeric, up to 6 characters)
- Mode 4: For numeric and alphanumeric character sequences (Standard Error Correction). This is the default
- Mode 5: Full EEC - like Mode 4, but with Enhanced Error Correction (safer, but less useable data)
|
- See also:
- BCGet_Maxi_Mode()
- Return values:
-
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |