Rfid report based on RFID tag messages received from printer. More...
Public Types | |
enum | RfidDataType { EPC , USR , TID , UNKNOWN } |
Properties | |
string | Data [get] |
String representation of RFID data. | |
RfidDataType | DataType [get] |
Type of RFID data contained in Data. | |
bool? | Failed [get] |
True if RFID action failed. | |
bool | IsWriteOperation [get] |
True if report result of write operation. False if read operation. | |
Rfid report based on RFID tag messages received from printer.
enum RfidDataType |