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

Public Member Functions

void SetOdvReportCallback (OdvReportNotice callback)
 Holds the function to call when ODV reports received. Function must match signature of OdvReportNotice. More...
 
OdvReportNotice GetOdvReportCallback ()
 
void SetOdvReportListening (boolean listening)
 Enable/disable listening/parsing unsolicited ODV reports sent from printer. More...
 
boolean GetOdvReportListening ()
 

Member Function Documentation

◆ GetOdvReportCallback()

OdvReportNotice com.UniPRT.Sdk.Json.IOdvMonitor.GetOdvReportCallback ( )

◆ GetOdvReportListening()

boolean com.UniPRT.Sdk.Json.IOdvMonitor.GetOdvReportListening ( )

◆ SetOdvReportCallback()

void com.UniPRT.Sdk.Json.IOdvMonitor.SetOdvReportCallback ( OdvReportNotice  callback)

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.

Implemented in com.UniPRT.Sdk.Json.OdvMonitor.

◆ SetOdvReportListening()

void com.UniPRT.Sdk.Json.IOdvMonitor.SetOdvReportListening ( boolean  listening)

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.

Implemented in com.UniPRT.Sdk.Json.OdvMonitor.


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