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

Properties

RfidReportNotice RfidReportCallback [get, set]
 Holds the function to call when RFID reports received. Function must match signature of RfidReportNotice. More...
 
bool RfidReportListening [get, set]
 Enable/disable listening/parsing unsolicited RFID reports sent from printer. More...
 

Property Documentation

◆ RfidReportCallback

RfidReportNotice UniPRT.Sdk.Monitor.IRfidMonitor.RfidReportCallback
getset

Holds the function to call when RFID reports received. Function must match signature of RfidReportNotice.

The parameter passed into the function is a OdvReport object representing the RFID report received.

◆ RfidReportListening

bool UniPRT.Sdk.Monitor.IRfidMonitor.RfidReportListening
getset

Enable/disable listening/parsing unsolicited RFID reports sent from printer.

Note that this must be enabled in order to receive any notifications, RfidReportCallback, when RFID reports are received.