Public Member Functions | |
void | SetRfidReportCallback (RfidReportNotice callback) |
Holds the function to call when RFID reports are received. Function must match the signature of RfidReportNotice. More... | |
RfidReportNotice | GetRfidReportCallback () |
void | SetRfidReportListening (boolean listening) |
Enable/disable listening/parsing unsolicited RFID reports sent from the printer. More... | |
boolean | GetRfidReportListening () |
RfidReportNotice com.UniPRT.Sdk.Json.IRfidMonitor.GetRfidReportCallback | ( | ) |
Implemented in com.UniPRT.Sdk.Json.RfidMonitor.
boolean com.UniPRT.Sdk.Json.IRfidMonitor.GetRfidReportListening | ( | ) |
Implemented in com.UniPRT.Sdk.Json.RfidMonitor.
void com.UniPRT.Sdk.Json.IRfidMonitor.SetRfidReportCallback | ( | RfidReportNotice | callback | ) |
Holds the function to call when RFID reports are received. Function must match the signature of RfidReportNotice.
The parameter passed into the function is an OdvReport object representing the RFID report received.
Implemented in com.UniPRT.Sdk.Json.RfidMonitor.
void com.UniPRT.Sdk.Json.IRfidMonitor.SetRfidReportListening | ( | boolean | listening | ) |
Enable/disable listening/parsing unsolicited RFID reports sent from the printer.
Note that this must be enabled in order to receive any notifications, RfidReportCallback, when RFID reports are received.
Implemented in com.UniPRT.Sdk.Json.RfidMonitor.