Public Member Functions | |
RfidReportNotice | GetRfidReportCallback () |
boolean | GetRfidReportListening () |
void | SetRfidReportCallback (RfidReportNotice callback) |
Holds the function to call when RFID reports are received. Function must match the signature of RfidReportNotice. More... | |
void | SetRfidReportListening (boolean listening) |
Enable/disable listening/parsing unsolicited RFID reports sent from the printer. More... | |
void 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 RfidMonitor.
void 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 RfidMonitor.