TagResponse.Item Property

TegoOS

TagResponseItem Property
Gets the operation response for an individual operation.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public OperationResponse this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As OperationResponse
	Get
public:
property OperationResponse^ default[int index] {
	OperationResponse^ get (int index);
}
member Item : OperationResponse with get

Parameters

index
Type: SystemInt32
Index of operation.

Return Value

Type: OperationResponse
Operation response for requested index.
See Also