UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
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
20@interface Verify : NSObject
21
22@property (nonatomic, strong) NSString *fieldTag;
23@property (nonatomic, assign) TSPLRfidFormat reportFormat;
24@property (nonatomic, strong) NSString *header;
25@property (nonatomic, strong) NSString *trailer;
26
27@end
28
31#endif /* Verify_h */
32#endif /* RfidRead_h */