A Sandcastle Documented Class Library
![]() | 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)

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: TagTag or null if tag is not known.
Implements
ITagManagerGet(String)