Public Attributes | |
qr_mode | mode |
union { | |
struct { | |
unsigned char * buf | |
int len | |
} data | |
unsigned eci | |
struct { | |
unsigned char sa_index | |
unsigned char sa_parity | |
unsigned char sa_size | |
} sa | |
} | payload |
unsigned char* qr_code_data_entry::buf |
struct { ... } qr_code_data_entry::data |
Referenced by qr_code_data_clear(), qr_code_data_list_extract_text(), and qr_code_data_parse().
unsigned qr_code_data_entry::eci |
Referenced by qr_code_data_list_extract_text(), and qr_code_data_parse().
int qr_code_data_entry::len |
qr_mode qr_code_data_entry::mode |
Referenced by qr_code_data_clear(), qr_code_data_list_extract_text(), and qr_code_data_parse().
union { ... } qr_code_data_entry::payload |
Referenced by qr_code_data_clear(), qr_code_data_list_extract_text(), and qr_code_data_parse().
struct { ... } qr_code_data_entry::sa |
Referenced by qr_code_data_parse().
unsigned char qr_code_data_entry::sa_index |
unsigned char qr_code_data_entry::sa_parity |
unsigned char qr_code_data_entry::sa_size |