|
GS1 Barcode Syntax Engine
Library for processing GS1 Application Identifier syntax
|
Initialisation options structure for gs1_encoder_init_ex(). More...
#include <gs1encoders.h>
Data Fields | |
| size_t | struct_size |
| Must be initialised to sizeof(gs1_encoder_init_opts_t) | |
| gs1_encoder_init_flags_t | flags |
| Initialization flags (bitwise OR of gs1_encoder_init_flags values) | |
| gs1_encoder_init_status_t * | status |
| Optional pointer to receive initialisation status code (may be NULL) | |
| char * | msgBuf |
| Optional buffer to receive error message (may be NULL) | |
| size_t | msgBufSize |
| Size of msgBuf in bytes (0 if no buffer) | |
Initialisation options structure for gs1_encoder_init_ex().