TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet_Maxi_Mode ( t_BarCode pBarCode,
LONG  nMode 
)

Specifies the operating mode for encoding data.

Specifies the operating mode for encoding data. Default is Mode 4.

Parameters:
[in]pBarCodePointer to barcode structure.
[in]nModeUsed 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 usable data)
See also:
BCGet_Maxi_Mode()
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.