Rfid report based on RFID tag messages received from printer. More...
Classes | |
enum | RfidDataType |
Public Member Functions | |
String | Data () |
String representation of RFID data. | |
RfidDataType | DataType () |
Type of RFID data contained in Data. | |
boolean | Failed () |
True if RFID action failed. | |
boolean | IsWriteOperation () |
True if report result of write operation. False if read operation. | |
Public Attributes | |
Map< String, String > | RawReport = new HashMap<>() |
Raw report received from printer. Useful if need to see additional details not already exposed by other interfaces. | |
Rfid report based on RFID tag messages received from printer.