UniPRT SDK  v1.0.0.0
UniPRT.Sdk.Reports.RfidReport Class Reference

RFID report based on RFID tag messages received from printer. More...

Public Types

enum  RfidDataType {
  RfidDataType.EPC, RfidDataType.USR, RfidDataType.TID, RfidDataType.ACS,
  RfidDataType.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.

ACS 

ACS Data.

UNKNOWN 

Unknown or not recognized data type.