UniPRT SDK
v1.0.0.0
载入中...
搜索中...
未找到
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
44
@interface
AztecBarcode
:
AAztecBarcode
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 */
AAztecBarcode
Aztec 2D 条形码的基类。
Definition
AAztecBarcode.h:33
AztecBarcode
表示用于 TSPL 的 Aztec 条码的类。
Definition
AztecBarcode.h:45
-[AztecBarcode init]
instancetype init()
初始化 AztecBarcode 类的新实例。
-[AztecBarcode description]
NSString * description()
返回可以发送到印表机的字符串。
sdk_json_Objective-C_IOS
LabelMaker
TSPL
BcdAztec
AztecBarcode.h
制作者
1.10.0