TagResponse.AddOperationResponse Method

TegoOS

TagResponseAddOperationResponse Method
Used to assemble a tag response. Adds the operation response for an individual operation (will merge if operation has previously been executed).

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public void AddOperationResponse(
	int operationIndex,
	OperationResponse operationResponse
)
Public Sub AddOperationResponse ( 
	operationIndex As Integer,
	operationResponse As OperationResponse
)
public:
void AddOperationResponse(
	int operationIndex, 
	OperationResponse^ operationResponse
)
member AddOperationResponse : 
        operationIndex : int * 
        operationResponse : OperationResponse -> unit 

Parameters

operationIndex
Type: SystemInt32
Index of operation that generated the operation response.
operationResponse
Type: Tego.Rfid.Gen2OperationResponse
Operation response to add or merge.
See Also