TagResponseBuilder.Add Method (OperationResponse, String)

TegoOS

TagResponseBuilderAdd Method (OperationResponse, String)
Process an operation response.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public void Add(
	OperationResponse operationResponse,
	string epc
)
Public Sub Add ( 
	operationResponse As OperationResponse,
	epc As String
)
public:
void Add(
	OperationResponse^ operationResponse, 
	String^ epc
)
member Add : 
        operationResponse : OperationResponse * 
        epc : string -> unit 

Parameters

operationResponse
Type: Tego.Rfid.Gen2OperationResponse
Operation response to process.
epc
Type: SystemString
Tag EPC.
See Also