A Sandcastle Documented Class Library
![]() | TagResponseBuilderAdd Method (OperationResponse, String, UInt16, UInt16, UInt16, Double, Double) |
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, ushort antennaID, double frequency, double rssi )
Public Sub Add ( operationResponse As OperationResponse, epc As String, crc As UShort, pc As UShort, antennaID As UShort, frequency As Double, rssi As Double )
public: void Add( OperationResponse^ operationResponse, String^ epc, unsigned short crc, unsigned short pc, unsigned short antennaID, double frequency, double rssi )
member Add : operationResponse : OperationResponse * epc : string * crc : uint16 * pc : uint16 * antennaID : uint16 * frequency : float * rssi : float -> 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. - antennaID
- Type: SystemUInt16
ID of antenna used to perform operation. - frequency
- Type: SystemDouble
RF frequency used to perform operation on Hz. - rssi
- Type: SystemDouble
Received signal strength from tag in dBm.
