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

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 ()
 

Member Function Documentation

◆ GetRfidReportCallback()

RfidReportNotice com.UniPRT.Sdk.Json.IRfidMonitor.GetRfidReportCallback ( )

◆ GetRfidReportListening()

boolean com.UniPRT.Sdk.Json.IRfidMonitor.GetRfidReportListening ( )

◆ SetRfidReportCallback()

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.

◆ SetRfidReportListening()

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.


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