UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
Pdf417ErrCorrectionEnum.h
1//
2// Pdf417ErrCorrectionEnum.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/8.
6//
7
8#ifndef Pdf417ErrCorrectionEnum_h
9#define Pdf417ErrCorrectionEnum_h
10
11typedef NS_ENUM (NSInteger, Pdf417ErrCorrectionEnum){
12 Pdf417ErrCorrectionLevel0 = 0,
13 Pdf417ErrCorrectionLevel1,
14 Pdf417ErrCorrectionLevel2,
15 Pdf417ErrCorrectionLevel3,
16 Pdf417ErrCorrectionLevel4,
17 Pdf417ErrCorrectionLevel5,
18 Pdf417ErrCorrectionLevel6,
19 Pdf417ErrCorrectionLevel7,
20 Pdf417ErrCorrectionLevel8
21};
22#endif /* Pdf417ErrCorrectionEnum_h */