A Sandcastle Documented Class Library
![]() | EpcFieldAttribute Class |
Provides data about individual fields of an EPC code.
Inheritance HierarchyNamespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
SyntaxThe EpcFieldAttribute type exposes the following members.
Constructors| Name | Description | |
|---|---|---|
![]() | EpcFieldAttribute(Type) | Creates an EPC field attribute with variable address and length and a defined encoder type. |
![]() | EpcFieldAttribute(Int32, Int32, Type) | Creates an EPC field attribute |
Properties| Name | Description | |
|---|---|---|
![]() | BitAddress | Bit address of field (or 0 if variable). |
![]() | BitCount | Number of bits in field (or 0 if variable). |
![]() | FieldEncoderType | Type of field encoder used for this field. |
Methods| Name | Description | |
|---|---|---|
![]() | Equals | Returns a value that indicates whether this instance is equal to a specified object. (Inherited from Attribute.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from Attribute.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
RemarksUsed to annotate the fields (implemented as properties) of an EPC encoder.
See Also


