Provide support for ODV related services. Module to facilitate listening/retrieval of printer unsolicited messaging related to ODV. More...
Public Member Functions | |
void | Dispose () |
delegate void | OdvReportNotice (OdvReport odvReport) |
Delegate function signature type for setting the callback when barcode report received. For setting OdvReportCallback. More... | |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
Properties | |
OdvReportNotice | OdvReportCallback [getset] |
Holds the function to call when ODV reports received. Function must match signature of OdvReportNotice. More... | |
bool | OdvReportListening [getset] |
enable/disable listening/parsing unsolicited odv reports sent from printer More... | |
Provide support for ODV related services. Module to facilitate listening/retrieval of printer unsolicited messaging related to ODV.
Unsolicted messages, if enabled on printer, can be sent at any time. This module requires a constant "status" connection to the printer's management port in order to listen for any messaging sent out by printer.
Result after sending print job with barcode to printer and getting back barcode report.
delegate void OdvReportNotice | ( | OdvReport | odvReport | ) |
Delegate function signature type for setting the callback when barcode report received. For setting OdvReportCallback.
The parameter passsed into the function is a OdvReport object representing the ODV report received.
|
getset |
Holds the function to call when ODV reports received. Function must match signature of OdvReportNotice.
The parameter passsed into the function is a OdvReport object representing the ODV report received.
|
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.