qrencode
4.1.1
About: libqrencode is a fast and compact library and command-line utility for encoding data in a QR Code symbol.
![]() ![]() |
Raw code. More...
#include <qrencode_inner.h>
Data Fields | |
int | dataLength |
int | eccLength |
unsigned char * | data |
unsigned char * | ecc |
Raw code.
qrencode - QR Code encoder
Header for test use Copyright (C) 2006-2017 Kentaro Fukuchi kenta ro@f ukuch i.or g
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA This header file includes definitions for test use. Raw code
Definition at line 43 of file qrencode.c.
unsigned char * RSblock::data |
Definition at line 46 of file qrencode.c.
Referenced by QRraw_getCode(), and RSblock_initBlock().
int RSblock::dataLength |
Definition at line 44 of file qrencode.c.
Referenced by QRraw_getCode(), and RSblock_initBlock().
unsigned char * RSblock::ecc |
Definition at line 47 of file qrencode.c.
Referenced by QRraw_getCode(), and RSblock_initBlock().
int RSblock::eccLength |
Definition at line 45 of file qrencode.c.
Referenced by RSblock_initBlock().