ERRCODE BCSet_Aztec_AppendDataA ( t_BarCode pBarCode,
CHAR  cTotal,
CHAR  cIndex,
LPCSTR  szMessageID 
)

Sets Aztec Code "Structured Append" data.

This function sets the total number of symbols and the index of the actual Aztec Code 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_Aztec_AppendActive.

If a Message-ID is used, all symbols within a symbol chain must have the same one.

See also:
BCGet_Aztec_AppendTotal(), BCGet_Aztec_AppendIndex(), BCGet_Aztec_AppendMessageID(), BCSet_Aztec_AppendActive()
Parameters:
[in] pBarCode Pointer to barcode structure.
[in] cTotal Total number of symbols 'A'..'Z', with 'A'=1 and 'Z'=26.
[in] cIndex Index of current symbol 'A'..'Z', with 'A'=1 and 'Z'=26.
[in] szMessageID Message ID [optional] (must be NULL or the same in all symbols).
Return values:
ERRCODE ErrOk (0) in case of success. Non-zero if error occurred.


© 2008 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Tue May 5 15:50:35 2009 for TEC-IT TBarCode Library 9.2 with doxygen 1.5.3