根據從印表機接收到的 RFID 標籤訊息生成的 RFID 報告。 更多...
複合項目 | |
| enum | RfidDataType |
公開方法(Public Methods) | |
| boolean | Failed () |
| 當 RFID 操作失敗時為 true。 更多... | |
| String | Data () |
| RFID 資料的字串表示形式。 更多... | |
| RfidDataType | DataType () |
| 資料中包含的 RFID 資料類型。 更多... | |
| boolean | IsWriteOperation () |
| 當報告結果為寫入操作時為 true;當為讀取操作時為 false。 更多... | |
公開屬性 | |
| Map< String, String > | RawReport = new HashMap<>() |
| 從印表機接收到的原始報告。用於查看其他介面未暴露的詳細資訊。 更多... | |
根據從印表機接收到的 RFID 標籤訊息生成的 RFID 報告。
| String com.UniPRT.Sdk.Json.RfidReport.Data | ( | ) |
RFID 資料的字串表示形式。
| RfidDataType com.UniPRT.Sdk.Json.RfidReport.DataType | ( | ) |
資料中包含的 RFID 資料類型。
參考 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, 及 com.UniPRT.Sdk.Json.RfidReport.RfidDataType.USR.
| boolean com.UniPRT.Sdk.Json.RfidReport.Failed | ( | ) |
當 RFID 操作失敗時為 true。
| boolean com.UniPRT.Sdk.Json.RfidReport.IsWriteOperation | ( | ) |
當報告結果為寫入操作時為 true;當為讀取操作時為 false。
| Map<String, String> com.UniPRT.Sdk.Json.RfidReport.RawReport = new HashMap<>() |