ERRCODE BCSet_Aztec_AppendActive ( t_BarCode pBarCode,
BOOL  bActivate 
)

Activates/Deactivates Aztec Code "Structured Append" mode.

To set the data for structurer

Aztec Code 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 to enable the reading device to reconstruct the data of all symbols in the correct order. This function activates or deactivates the structured append mode. To change the structured append data use function BCSet_Aztec_AppendData. 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 change the settings of structured append mode call function BCSet_Aztec_AppendData.
See also:
BCSet_Aztec_AppendData(), BCGet_Aztec_AppendActive()
Parameters:
[in] pBarCode Pointer to barcode structure.
[in] bActivate Determines if structured append mode should be activated (with TRUE) or deactivated (with FALSE)
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