UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
QRCodeErrorCorrectionEnum.h
1//
2// QRCodeErrorCorrectionEnum.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/8.
6//
7
8#ifndef QRCodeErrorCorrectionEnum_h
9#define QRCodeErrorCorrectionEnum_h
10
11#import <Foundation/Foundation.h>
12
59typedef NS_ENUM(NSUInteger, QRCodeErrorCorrectionEnum) {
60 QRCodeErrorCorrection7 = 0,
61 QRCodeErrorCorrection15,
62 QRCodeErrorCorrection25,
63 QRCodeErrorCorrection30
64};
65
66#endif /* QRCodeErrorCorrectionEnum_h */
Error correction allows for barcodes to remain readable if damaged but increases the amount of data e...