Properties | |
RfidReportNotice | RfidReportCallback [get, set] |
Holds the function to call when RFID reports received. Function must match signature of RfidReportNotice. More... | |
bool | RfidReportListening [get, set] |
Enable/disable listening/parsing unsolicited RFID reports sent from printer. More... | |
|
getset |
Holds the function to call when RFID reports received. Function must match signature of RfidReportNotice.
The parameter passed 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 RFID reports are received.