12#import <Foundation/Foundation.h>
13#import <UniPRT/RfidPasswordTypeEnum.h>
37@protocol IRfidPassword <NSObject>
61@property (nonatomic, strong) NSString *
password;
Passwords for accessing/securing memory areas on tags that support this feature.
RfidPasswordTypeEnum passwordType
Select type of password for memory access.
Definition IRfidPassword.h:49
NSString * password
Optional password for tags that support it.
Definition IRfidPassword.h:61