libdmtx 0.7.8.7
libdmtx is a software library that enables programs to read and write Data Matrix barcodes of the modern ECC200 variety.
Loading...
Searching...
No Matches
DmtxMessage_struct Struct Reference

DataMatrix编码内容 More...

#include <dmtx.h>

Public Attributes

size_t arraySize
 二维码数据区码元行数x列数(mappingRows * mappingCols)
 
size_t codeSize
 编码数据的总大小,包括数据字和纠错字
 
size_t outputSize
 Size of buffer used to hold decoded data.
 
int outputIdx
 Internal index used to store output progress.
 
int padCount
 
int fnc1
 表示FNC1或DmtxUndefined的字符
 
unsigned char * array
 指向DataMatrix数据区二进制矩阵的指针
 
unsigned char * code
 指向码字(数据字和纠错字)的指针
 
unsigned char * output
 指向二维码码值的指针
 

Detailed Description

DataMatrix编码内容

Definition at line 420 of file dmtx.h.

Member Data Documentation

◆ array

unsigned char* DmtxMessage_struct::array

指向DataMatrix数据区二进制矩阵的指针

Definition at line 428 of file dmtx.h.

◆ arraySize

size_t DmtxMessage_struct::arraySize

二维码数据区码元行数x列数(mappingRows * mappingCols)

Definition at line 422 of file dmtx.h.

◆ code

unsigned char* DmtxMessage_struct::code

指向码字(数据字和纠错字)的指针

Definition at line 429 of file dmtx.h.

◆ codeSize

size_t DmtxMessage_struct::codeSize

编码数据的总大小,包括数据字和纠错字

Definition at line 423 of file dmtx.h.

◆ fnc1

int DmtxMessage_struct::fnc1

表示FNC1或DmtxUndefined的字符

Definition at line 427 of file dmtx.h.

◆ output

unsigned char* DmtxMessage_struct::output

指向二维码码值的指针

Definition at line 430 of file dmtx.h.

◆ outputIdx

int DmtxMessage_struct::outputIdx

Internal index used to store output progress.

Definition at line 425 of file dmtx.h.

◆ outputSize

size_t DmtxMessage_struct::outputSize

Size of buffer used to hold decoded data.

Definition at line 424 of file dmtx.h.

◆ padCount

int DmtxMessage_struct::padCount

Definition at line 426 of file dmtx.h.


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