Mercury API
TagData Class
NamespacesThingMagicTagData
Data relating to the identity and content of a tag.
Declaration Syntax
C#Visual BasicVisual C++
public class TagData : TagFilter
Public Class TagData _
	Implements TagFilter
public ref class TagData : TagFilter
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TagData(ICollection<(Of <(Byte>)>))
Create TagData with blank CRC

TagData(ICollection<(Of <(Byte>)>), ICollection<(Of <(Byte>)>))
Create TagData

TagData(String)
Create TagData from human-readable EPC

CrcBytes
Tag's CRC

EpcBytes
Tag's EPC

EpcString
Internally-stored tag EPC
Tag's EPC, as a human-readable hex string with no prefix or separators; e.g., 0123456789ABCDEF

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Matches(TagData)
Test if a tag Matches this filter. Only applies to selects based on the EPC.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protocol
Tag's RFID protocol

ToString()()()
Human-readable representation
(Overrides Object.ToString()()().)
Inheritance Hierarchy

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)