Rfid report based on RFID tag messages received from printer. More...
Classes | |
enum | RfidDataType |
Public Member Functions | |
boolean | Failed () |
True if RFID action failed. More... | |
String | Data () |
String representation of RFID data. More... | |
RfidDataType | DataType () |
Type of RFID data contained in Data. More... | |
boolean | IsWriteOperation () |
True if report result of write operation. False if read operation. More... | |
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. More... | |
Rfid report based on RFID tag messages received from printer.
String com.UniPRT.Sdk.Json.RfidReport.Data | ( | ) |
String representation of RFID data.
References com.UniPRT.Sdk.Json.RfidReport.RawReport.
RfidDataType com.UniPRT.Sdk.Json.RfidReport.DataType | ( | ) |
Type of RFID data contained in Data.
References com.UniPRT.Sdk.Json.RfidReport.RfidDataType.ACS, com.UniPRT.Sdk.Json.RfidReport.RfidDataType.EPC, com.UniPRT.Sdk.Json.RfidReport.RawReport, com.UniPRT.Sdk.Json.RfidReport.RfidDataType.TID, com.UniPRT.Sdk.Json.RfidReport.RfidDataType.UNKNOWN, and com.UniPRT.Sdk.Json.RfidReport.RfidDataType.USR.
boolean com.UniPRT.Sdk.Json.RfidReport.Failed | ( | ) |
True if RFID action failed.
References com.UniPRT.Sdk.Json.RfidReport.RawReport.
boolean com.UniPRT.Sdk.Json.RfidReport.IsWriteOperation | ( | ) |
True if report result of write operation. False if read operation.
References com.UniPRT.Sdk.Json.RfidReport.RawReport.
Map<String, String> com.UniPRT.Sdk.Json.RfidReport.RawReport = new HashMap<>() |
Raw report received from printer. Useful if need to see additional details not already exposed by other interfaces.
Referenced by com.UniPRT.Sdk.Json.RfidReport.Data(), com.UniPRT.Sdk.Json.RfidReport.DataType(), com.UniPRT.Sdk.Json.RfidReport.Failed(), com.UniPRT.Sdk.Json.RfidReport.IsWriteOperation(), and com.UniPRT.Sdk.Json.RfidMonitor.MsgListenerCtrlRefresh().