12#import <Foundation/Foundation.h>
14#import <UniPRT/RfidMemBlockEnum.h>
15#import <UniPRT/IRfidPassword.h>
16#import <UniPRT/IRfidBitField.h>
43@protocol IRfidWrite <NSObject>
67@property (nonatomic, strong) id<IRfidPassword>
password;
85@property (nonatomic, strong) id<IRfidBitField>
data;
RFID memory block selection.
RfidMemBlockEnum memory
The memory type to access. Note that not all memory types are writable. For example,...
Definition IRfidWrite.h:55
id< IRfidPassword > password
The password used to access memory. Should only be set if supported by tag and use of password is des...
Definition IRfidWrite.h:67
id< IRfidBitField > data
The data to write.
Definition IRfidWrite.h:85