UniPRT SDK  v1.0.0.0
IRfidMonitor Interface Reference
Inheritance diagram for IRfidMonitor:
RfidMonitor

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

Member Function Documentation

◆ SetRfidReportCallback()

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.

◆ SetRfidReportListening()

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.