UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
IRfidPassword.h
1//
2// IRfidPassword.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/8.
6//
7
8#ifndef IRfidPassword_h
9#define IRfidPassword_h
10
11// IRfidPassword.h
12#import <Foundation/Foundation.h>
13#import <UniPRT/RfidPasswordTypeEnum.h>
14
37@protocol IRfidPassword <NSObject>
38
49@property (nonatomic, assign) RfidPasswordTypeEnum passwordType;
50
61@property (nonatomic, strong) NSString *password;
62
63@end
64
65#endif /* IRfidPassword_h */
Passwords for accessing/securing memory areas on tags that support this feature.