DataMatrix编码内容
More...
#include <dmtx.h>
|
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 |
| 指向二维码码值的指针
|
|
DataMatrix编码内容
Definition at line 420 of file dmtx.h.
◆ 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 |
The documentation for this struct was generated from the following file: