Provide support for ODV related services. Module to facilitate listening/retrieval of printer unsolicited messaging related to ODV. More...
Public Member Functions | |
OdvMonitor (string commDescriptor) | |
Constructor called when creating a connection managed by the SDK. More... | |
void | Dispose () |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
Properties | |
OdvReportNotice | OdvReportCallback [get, set] |
Inherited from IOdvMonitor.OdvReportCallback. | |
bool | OdvReportListening [get, set] |
Inherited from IOdvMonitor.OdvReportListening. | |
Provide support for ODV related services. Module to facilitate listening/retrieval of printer unsolicited messaging related to ODV.
Unsolicited 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.
UniPRT.Sdk.Monitor.OdvMonitor.OdvMonitor | ( | string | commDescriptor | ) |
Constructor called when creating a connection managed by the SDK.
commDescriptor is the descriptor for the communication used to connect with printer.
TCP descriptor format: "ip" or "ip:port"
e.g. "127.0.0.1" or "127.0.0.1:3007"
If port is not provided, default value is used.