TagManager.Get Method

TegoOS

TagManagerGet Method
Gets the tag by looking it up from its EPC.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public Tag Get(
	string epc
)
Public Function Get ( 
	epc As String
) As Tag
public:
virtual Tag^ Get(
	String^ epc
) sealed
abstract Get : 
        epc : string -> Tag 
override Get : 
        epc : string -> Tag 

Parameters

epc
Type: SystemString
EPC of tag being got.

Return Value

Type: Tag
Tag or null if tag is not known.

Implements

ITagManagerGet(String)
See Also