UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
IRfidBitField.h
1//
2// IRfidBitField.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/8.
6//
7
8#ifndef IRfidBitField_h
9#define IRfidBitField_h
10
11// IRfidBitField.h
12#import <Foundation/Foundation.h>
13
36@protocol IRfidBitField <NSObject>
37
72@property (nonatomic, assign) int offsetFromStart;
73
84@property (nonatomic, strong) NSString *data;
85
86@end
87
88#endif /* IRfidBitField_h */