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
MQRRawCode Struct Reference

#include <qrencode_inner.h>

Public Attributes

int version
 
int dataLength
 
int eccLength
 
unsigned char * datacode
 
unsigned char * ecccode
 
RSblockrsblock
 
int oddbits
 
int count
 

Detailed Description

Definition at line 192 of file qrencode.c.

Member Data Documentation

int MQRRawCode::count

Definition at line 200 of file qrencode.c.

Referenced by MQRraw_getCode(), and MQRraw_new().

unsigned char * MQRRawCode::datacode

Definition at line 196 of file qrencode.c.

Referenced by MQRraw_free(), MQRraw_getCode(), and MQRraw_new().

int MQRRawCode::dataLength

Definition at line 194 of file qrencode.c.

Referenced by MQRraw_getCode(), MQRraw_new(), and QRcode_encodeMaskMQR().

unsigned char * MQRRawCode::ecccode

Definition at line 197 of file qrencode.c.

Referenced by MQRraw_free(), MQRraw_getCode(), and MQRraw_new().

int MQRRawCode::eccLength

Definition at line 195 of file qrencode.c.

Referenced by MQRraw_getCode(), MQRraw_new(), and QRcode_encodeMaskMQR().

int MQRRawCode::oddbits

Definition at line 199 of file qrencode.c.

Referenced by MQRraw_new(), and QRcode_encodeMaskMQR().

RSblock * MQRRawCode::rsblock

Definition at line 198 of file qrencode.c.

Referenced by MQRraw_free(), and MQRraw_new().

int MQRRawCode::version

Definition at line 193 of file qrencode.c.

Referenced by MQRraw_new(), and QRcode_encodeMaskMQR().


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