Auto ID SDK v1.00 (beta) 5/15/2022
RfidReport Class Reference

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.
 

Detailed Description

Rfid report based on RFID tag messages received from printer.

Member Enumeration Documentation

◆ RfidDataType

Enumerator
EPC 

EPC Data.

USR 

USR Data.

TID 

TID Data.

UNKNOWN 

Unknown or not recognized data type.