TagResponse Constructor (IList(Operation), String)

TegoOS

TagResponse Constructor (IListOperation, String)
Constructor

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public TagResponse(
	IList<Operation> operations,
	string epc
)
Public Sub New ( 
	operations As IList(Of Operation),
	epc As String
)
public:
TagResponse(
	IList<Operation^>^ operations, 
	String^ epc
)
new : 
        operations : IList<Operation> * 
        epc : string -> TagResponse

Parameters

operations
Type: System.Collections.GenericIListOperation
List of operations
epc
Type: SystemString
EPC of the Tag
See Also