UniPRT SDK v1.0.0.0
 
載入中...
搜尋中...
無符合項目
PglVerify.h
1//
2// PglVerify.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/24.
6//
7
8#ifndef PglVerify_h
9#define PglVerify_h
10
11#import <Foundation/Foundation.h>
12
13#import <UniPRT/PglCmd.h>
14#import <UniPRT/PGL.h>
15
18@interface PglVerify : NSObject
19
20@property (nonatomic, strong) NSString *fieldTag;
21@property (nonatomic, assign) PGLRfidFormat reportFormat;
22@property (nonatomic, strong) NSString *header;
23@property (nonatomic, strong) NSString *trailer;
24
25- (NSString *)description;
26
27@end
28
31#endif /* PglVerify_h */