UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
Verify.h
1//
2// Verify.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/13.
6//
7
8#ifndef Verify_h
9#define Verify_h
10#import <Foundation/Foundation.h>
11
12#import <UniPRT/TsplCmd.h>
13#import <UniPRT/ITsplParamLine.h>
14#import <UniPRT/TSPL.h>
15
16#if !defined(HIDE_PGL_INTERFACES)
17
18
19@interface Verify : NSObject
20
21@property (nonatomic, strong) NSString *fieldTag;
22@property (nonatomic, assign) TSPLRfidFormat reportFormat;
23@property (nonatomic, strong) NSString *header;
24@property (nonatomic, strong) NSString *trailer;
25
26@end
27
28#endif /* Verify_h */
29#endif /* RfidRead_h */
Definition Verify.h:20
NSString * header
Definition Verify.h:23
TSPLRfidFormat reportFormat
Definition Verify.h:22
NSString * fieldTag
Definition Verify.h:21
NSString * trailer
Definition Verify.h:24