ITagManager Methods

TegoOS

ITagManager Methods

The ITagManager type exposes the following members.

Methods
  Name Description
Public method Get
Gets the tag by looking it up from its EPC.
Public method GetOrAdd(String, FuncString, Tag)
Gets the tag by looking it up from its EPC or by creating it if it is not known.
Public method GetOrAdd(String, FuncString, Tag, Boolean)
Gets the tag by looking it up from its EPC or by creating it if it is not known.
Public method TryRemove
Tries to remove the tag corresponding to an EPC from the collection of tags.
Top
See Also