A Sandcastle Documented Class Library
![]() | TagResponseBuilderAdd Method (OperationResponse, String, UInt16, UInt16) |
Process an operation response.
Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)

public void Add( OperationResponse operationResponse, string epc, ushort crc, ushort pc )
Public Sub Add ( operationResponse As OperationResponse, epc As String, crc As UShort, pc As UShort )
public: void Add( OperationResponse^ operationResponse, String^ epc, unsigned short crc, unsigned short pc )
member Add : operationResponse : OperationResponse * epc : string * crc : uint16 * pc : uint16 -> unit
Parameters
- operationResponse
- Type: Tego.Rfid.Gen2OperationResponse
Operation response to process. - epc
- Type: SystemString
Tag EPC. - crc
- Type: SystemUInt16
Tag EPC CRC word. - pc
- Type: SystemUInt16
Tag EPC PC word.
