TagManager Class

TegoOS

TagManager Class
Manages the collection of Tag objects.
Inheritance Hierarchy
SystemObject  Tego.Rfid.Gen2TagManager

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public class TagManager : ITagManager
Public Class TagManager
	Implements ITagManager
public ref class TagManager : ITagManager
type TagManager =  
    class
        interface ITagManager
    end

The TagManager type exposes the following members.

Constructors
  NameDescription
Public methodTagManager
Initializes a new instance of the TagManager class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGet
Gets the tag by looking it up from its EPC.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetOrAdd(String, FuncString, Tag)
Gets the tag by looking it up from its EPC or by creating it if it is not known.
Public methodGetOrAdd(String, FuncString, Tag, Boolean)
Gets the tag by looking it up from its EPC or by creating it if it is not known.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryRemove
Tries to remove the tag corresponding to an EPC from the collection of tags.
Top
Fields
  NameDescription
Public fieldStatic memberDefault
Top
See Also