TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet_DotCode_Append ( t_BarCode pBarCode,
LONG  nTotal,
LONG  nIndex 
)

Sets DotCode "Structured Append" data.

This function sets the total number of symbols and the index of the actual DotCode 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. Default: Standard Structured Append is used.

Note:
To use structured append mode it must be activated by calling the function BCSet_DotCode_AppendActive.
See also:
BCGet_DotCode_AppendTotal(), BCGet_DotCode_AppendIndex(), BCSet_DotCode_AppendActive(), BCGet_DotCode_AppendActive()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]nTotalTotal number of symbols 2..35.
[in]nIndexIndex of current symbol 1..35.
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.