ITagManager.Get Method

TegoOS

ITagManagerGet 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
Tag Get(
	string epc
)
Function Get ( 
	epc As String
) As Tag
Tag^ Get(
	String^ epc
)
abstract 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.
See Also