11#import <Foundation/Foundation.h>
13#import <UniPRT/RotateEnum.h>
14#import <UniPRT/AlignEnum.h>
15#import <UniPRT/BarcodeTypeEnum_1D.h>
16#import <UniPRT/QRCodeModelEnum.h>
17#import <UniPRT/QRCodeErrorCorrectionEnum.h>
18#import <UniPRT/QRCodeManualEncodingEnum.h>
19#import <UniPRT/RfidMemBlockEnum.h>
20#import <UniPRT/RfidPasswordTypeEnum.h>
25@interface PglTranslate : NSObject
27+ (PGLRotation)rotationWithEnum:(
RotateEnum)rotation;
28+ (PGLAlignEnum)alignmentWithEnum:(
AlignEnum)align;
29+ (PGLBarcodeType1D)barcodeType1DWithEnum:(BarcodeTypeEnum1D)barcodeType;
Error correction allows for barcodes to remain readable if damaged but increases the amount of data e...
QR Code data can be stored using different encoding types which affect the storage capacity of the ba...
QR barcodes have increased in capacity and readability. Model 1 is the original, and other models imp...
RFID memory block selection.
Passwords for accessing/securing memory areas on tags that support this feature.
Direction/Rotation for objects commands that support rotation.