TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Public Attributes | List of all members
RSblock Struct Reference

qrencode - QR Code encoder More...

#include <qrencode_inner.h>

Public Attributes

int dataLength
 
int eccLength
 
unsigned char * data
 
unsigned char * ecc
 

Detailed Description

qrencode - QR Code encoder

Header for test use Copyright (C) 2006-2017 Kentaro Fukuchi kenta.nosp@m.ro@f.nosp@m.ukuch.nosp@m.i.or.nosp@m.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.

Definition at line 41 of file qrencode.c.

Member Data Documentation

unsigned char * RSblock::data

Definition at line 44 of file qrencode.c.

Referenced by QRraw_getCode(), and RSblock_initBlock().

int RSblock::dataLength

Definition at line 42 of file qrencode.c.

Referenced by QRraw_getCode(), and RSblock_initBlock().

unsigned char * RSblock::ecc

Definition at line 45 of file qrencode.c.

Referenced by QRraw_getCode(), and RSblock_initBlock().

int RSblock::eccLength

Definition at line 43 of file qrencode.c.

Referenced by RSblock_initBlock().


The documentation for this struct was generated from the following files: