Rfid report based on RFID tag messages received from printer. More...
#include <RfidReport.h>
Instance Methods | |
(BOOL) | - failed |
Checks if the RFID operation failed. | |
(NSString *) | - data |
String representation of RFID data. | |
(RfidDataType) | - dataType |
Type of RFID data contained in Data. | |
(BOOL) | - isWriteOperation |
True if report result of write operation. False if read operation. | |
Properties | |
NSDictionary< NSString *, NSString * > * | rawReport |
The raw report dictionary containing RFID details. | |
Rfid report based on RFID tag messages received from printer.
- (NSString *) data |
String representation of RFID data.
- (RfidDataType) dataType |
Type of RFID data contained in Data.
- (BOOL) failed |
Checks if the RFID operation failed.
- (BOOL) isWriteOperation |
True if report result of write operation. False if read operation.
|
readnonatomicstrong |
The raw report dictionary containing RFID details.