Tag Methods

TegoOS

Tag Methods

The Tag type exposes the following members.

Methods
  Name Description
Public method ChangeReader
Changes the reader used to access this tag.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetDeviceID
Gets (reading if needed) the manufacturer assigned identifier for the tag (e.g. TID).
(Overrides MemoryProvider.GetDeviceID.)
Public method GetEnumerator
Enumerates the Select objects needed to select this tag (allows the tag to be used as an ISelection).
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetIdentifier
Gets the identifier of the tagged item (e.g. EPC).
(Overrides MemoryProvider.GetIdentifier.)
Public method GetMemoryDepth
Gets the maximum write depth at an address.
(Overrides MemoryProvider.GetMemoryDepth(Int32).)
Public method GetMemorySize
Gets the memory size (reading the chip identifier if necessary).
(Overrides MemoryProvider.GetMemorySize.)
Public method GetReader
Gets the reader to use for this tag.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method ImplementedRead (Overrides MemoryProvider.ImplementedRead(Int32, Int32, String, FuncInt32, String, MemoryProgress).)
Protected method ImplementedReadTo (Overrides MemoryProvider.ImplementedReadTo(Int32, Int32, String, FuncInt32, String, MemoryProgress).)
Protected method ImplementedWrite (Overrides MemoryProvider.ImplementedWrite(Int32, UInt16, String, FuncInt32, String, MemoryProgress).)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method PeekMemorySize
Peeks the memory size if known.
(Overrides MemoryProvider.PeekMemorySize.)
Public method RaiseProgress
Raises the Progress event for Read, ReadTo, ReadTid or Write operations.
Public method Read
Read tag in an efficient manner providing progress reports.
Public method ReadTid
Reads the TID for the tag provided that the chip type is known.
Public method ReadTo
Read tag in an efficient manner providing progress reports starting with higher memory first.
Public method RequestCancel
Request cancellation of a Read, ReadTo, ReadTid or Write operation.
Public method ToString
Reads the TID, setting the TID property.
(Overrides ObjectToString.)
Public method Write
Read tag in an efficient manner providing progress reports.
Public method WriteEpc
Writes a new EPC to the tag.
Public method WriteIdentifier
Writes the identifier of the tagged item (e.g. EPC).
(Overrides MemoryProvider.WriteIdentifier(String).)
Top
See Also