qrencode
4.1.1
About: libqrencode is a fast and compact library and command-line utility for encoding data in a QR Code symbol.
![]() ![]() |
#include <qrencode_inner.h>
Data Fields | |
int | version |
int | dataLength |
int | eccLength |
unsigned char * | datacode |
unsigned char * | ecccode |
int | b1 |
int | blocks |
RSblock * | rsblock |
int | count |
Definition at line 50 of file qrencode.c.
int QRRawCode::b1 |
Definition at line 56 of file qrencode.c.
Referenced by QRraw_getCode(), and QRraw_new().
int QRRawCode::blocks |
Definition at line 57 of file qrencode.c.
Referenced by QRraw_getCode(), and QRraw_new().
int QRRawCode::count |
Definition at line 59 of file qrencode.c.
Referenced by QRraw_getCode(), and QRraw_new().
unsigned char * QRRawCode::datacode |
Definition at line 54 of file qrencode.c.
Referenced by QRraw_free(), and QRraw_new().
int QRRawCode::dataLength |
Definition at line 52 of file qrencode.c.
Referenced by QRcode_encodeMask(), QRraw_getCode(), and QRraw_new().
unsigned char * QRRawCode::ecccode |
Definition at line 55 of file qrencode.c.
Referenced by QRraw_free(), and QRraw_new().
int QRRawCode::eccLength |
Definition at line 53 of file qrencode.c.
Referenced by QRcode_encodeMask(), QRraw_getCode(), and QRraw_new().
RSblock * QRRawCode::rsblock |
Definition at line 58 of file qrencode.c.
Referenced by QRraw_free(), QRraw_getCode(), and QRraw_new().
int QRRawCode::version |
Definition at line 51 of file qrencode.c.
Referenced by QRcode_encodeMask(), and QRraw_new().