UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.Json.RfidReport Class Reference

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...
 

Detailed Description

Rfid report based on RFID tag messages received from printer.

Member Function Documentation

◆ Data()

String com.UniPRT.Sdk.Json.RfidReport.Data ( )

String representation of RFID data.

References com.UniPRT.Sdk.Json.RfidReport.RawReport.

◆ DataType()

◆ Failed()

boolean com.UniPRT.Sdk.Json.RfidReport.Failed ( )

True if RFID action failed.

References com.UniPRT.Sdk.Json.RfidReport.RawReport.

◆ IsWriteOperation()

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.

Member Data Documentation

◆ RawReport

Map<String, String> com.UniPRT.Sdk.Json.RfidReport.RawReport = new HashMap<>()

The documentation for this class was generated from the following file: