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

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: TagTag or null if tag is not known.
