Skip to content

Commit 14a7710

Browse files
committed
v8.2
1 parent 123f5a0 commit 14a7710

9 files changed

Lines changed: 19 additions & 14 deletions

include/DynamsoftBarcodeReader.h

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
/*
2-
* @file DynamsoftBarcodeReader.h
3-
*
4-
* Dynamsoft Barcode Reader C/C++ API header file.
5-
* Copyright 2021 Dynamsoft Corporation. All rights reserved.
6-
*
7-
* @author Dynamsoft
8-
* @version 8.1
9-
* @date 05/01/2021
10-
*/
11-
121
#ifndef __DYNAMSOFT_BARCODE_READER_H__
132
#define __DYNAMSOFT_BARCODE_READER_H__
143

@@ -2104,9 +2093,12 @@ typedef struct tagTextResult
21042093

21052094
/**Exception */
21062095
const char* exception;
2107-
2096+
2097+
/**DPM mark */
2098+
int isDPM;
2099+
21082100
/**Reserved memory for the struct. The length of this array indicates the size of the memory reserved for this struct. */
2109-
char reserved[52];
2101+
char reserved[48];
21102102
}TextResult, *PTextResult;
21112103

21122104
/**
@@ -2215,9 +2207,22 @@ typedef struct tagQRCodeDetails
22152207

22162208
/**Number of the models */
22172209
int model;
2210+
2211+
/**Identify the first data encoding mode */
2212+
int mode;
2213+
2214+
/**Identify the position of the particular symbol */
2215+
int page;
2216+
2217+
/**Identify the total number of symbols to be concatenated int the Structured Append format */
2218+
int totalPage;
2219+
2220+
/**The Parity Data shall be an 8 bit byte following the Symbol Sequence Indicator.
2221+
The parity data is a value obtained by XORing byte by byte the ASCII/JIS values of all the original input data before division into symbol blocks. */
2222+
unsigned char parityData;
22182223

22192224
/**Reserved memory for the struct. The length of this array indicates the size of the memory reserved for this struct. */
2220-
char reserved[32];
2225+
char reserved[16];
22212226
}QRCodeDetails;
22222227

22232228
/**
213 KB
Binary file not shown.
172 KB
Binary file not shown.
203 KB
Binary file not shown.
176 Bytes
Binary file not shown.
373 KB
Binary file not shown.
306 KB
Binary file not shown.
2 KB
Binary file not shown.

platforms/win/lib/DBRx64.lib

568 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)