Provide support for RFID related services. Module to facilitate listening/retrieval of printer unsolicited messaging related to RFID. More...
Public Member Functions | |
void | Dispose () |
delegate void | RfidReportNotice (RfidReport rfidReport) |
Delegate function signature type for setting the callback when barcode report received. For setting RfidReportCallback. More... | |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
Properties | |
RfidReportNotice | RfidReportCallback [getset] |
Holds the function to call when RFID reports received. Function must match signature of RfidReportNotice. More... | |
bool? | RfidReportListening [getset] |
** More... | |
Provide support for RFID related services. Module to facilitate listening/retrieval of printer unsolicited messaging related to RFID.
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 that writes to EPC, USR and reads USR memomory.
delegate void RfidReportNotice | ( | RfidReport | rfidReport | ) |
Delegate function signature type for setting the callback when barcode report received. For setting RfidReportCallback.
The parameter passsed into the function is a OdvReport object representing the RFID report received.
|
getset |
Holds the function to call when RFID reports received. Function must match signature of RfidReportNotice.
The parameter passsed into the function is a OdvReport object representing the RFID report received.
|
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 barcode reports are received.