TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet_Maxi_Append ( t_BarCode pBarCode,
LONG  nSum,
LONG  nIndex 
)

Activates MaxiCode "Structured Append" feature.

MaxiCode allows user data to be spread across several symbols. This might be done if the data is too large to fit into a single symbol or for reasons of appearance and geometry. The so called "Structured Append" mode encodes additional control information that enables the reading device to reconstruct the data of all symbols in the correct order.
these functions sets the total number of symbols and the index of the actual MaxiCode symbol within the symbol chain. Depending on this index, the data will be reconstructed by the scanner during the reading process. The scanner returns the data of all symbols in the correct order at once.

Parameters:
[in]pBarCodePointer to barcode structure.
[in]nSumTotal number of symbols [2..8].
[in]nIndexIndex of current symbol [1..8].
See also:
BCGet_Maxi_Append()
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.