UniPRT SDK v2.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 */
NSString * data
Rfid data field. In Most Significant Bits (MSB) to Least Significant Bits (LSB) (left to right)....
Definition IRfidBitField.h:84
int offsetFromStart
Optional word offset (16 bits per count) if access to memory that is not the starting position of mem...
Definition IRfidBitField.h:72