UniPRT SDK
v1.0.0.0
Loading...
Searching...
No Matches
QRCodeMaskEnum.h
1
//
2
// QRCodeMaskEnum.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/8.
6
//
7
8
#ifndef QRCodeMaskEnum_h
9
#define QRCodeMaskEnum_h
10
11
#import <Foundation/Foundation.h>
12
35
typedef
NS_ENUM(NSUInteger,
QRCodeMaskEnum
) {
36
QRCodeMask0 = 0,
37
QRCodeMask1,
38
QRCodeMask2,
39
QRCodeMask3,
40
QRCodeMask4,
41
QRCodeMask5,
42
QRCodeMask6,
43
QRCodeMask7,
44
QRCodeMask8
45
};
46
47
#endif
/* QRCodeMaskEnum_h */
QRCodeMaskEnum
The QR Mask changes the QR barcode generated by changing the distribution of light and dark cells.
sdk_json_Objective-C_IOS
LabelMaker
Interfaces
IBcdQRCode
QRCodeMaskEnum.h
Generated by
1.10.0