UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
AztecBarcode.h
1//
2// AztecBarcode.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/15.
6//
7
8#ifndef AztecBarcode_h
9#define AztecBarcode_h
10
11#import <Foundation/Foundation.h>
12
13#import <UniPRT/AAztecBarcode.h>
14#import <UniPRT/PrintPlane.h>
15#import <UniPRT/TsplCmd.h>
16#import <UniPRT/TSPL.h>
17#import <UniPRT/Translate.h>
18
45
62- (instancetype)init;
63
86- (instancetype)initWithStart:(id<IPoint>)start data:(NSString *)data;
87
114- (NSString *)description;
115
116@end
117
118#endif /* AztecBarcode_h */
Base class for Aztec 2D barcode.
Definition AAztecBarcode.h:33
A class representing an Aztec barcode for TSPL.
Definition AztecBarcode.h:45
instancetype init()
Initializes a new instance of the AztecBarcode class.
NSString * description()
Returns a string that can be sent to the printer.