UniPRT SDK  v1.0.0.0
UniPRT.Sdk.Monitor.IOdvMonitor Interface Reference
Inheritance diagram for UniPRT.Sdk.Monitor.IOdvMonitor:
UniPRT.Sdk.Monitor.OdvMonitor

Properties

OdvReportNotice OdvReportCallback [get, set]
 Holds the function to call when ODV reports received. Function must match signature of OdvReportNotice. More...
 
bool OdvReportListening [get, set]
 Enable/disable listening/parsing unsolicited ODV reports sent from printer. More...
 

Property Documentation

◆ OdvReportCallback

OdvReportNotice UniPRT.Sdk.Monitor.IOdvMonitor.OdvReportCallback
getset

Holds the function to call when ODV reports received. Function must match signature of OdvReportNotice.

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

◆ OdvReportListening

bool UniPRT.Sdk.Monitor.IOdvMonitor.OdvReportListening
getset

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

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