EpcFieldAttribute Class

TegoOS

EpcFieldAttribute Class
Provides data about individual fields of an EPC code.
Inheritance Hierarchy
SystemObject  SystemAttribute
    Tego.Rfid.TdsEpcFieldAttribute
      Tego.Rfid.TdsPartionedEpcFieldAttribute

Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public class EpcFieldAttribute : Attribute
Public Class EpcFieldAttribute
	Inherits Attribute
public ref class EpcFieldAttribute : public Attribute
type EpcFieldAttribute =  
    class
        inherit Attribute
    end

The EpcFieldAttribute type exposes the following members.

Constructors
  NameDescription
Protected methodEpcFieldAttribute(Type)
Creates an EPC field attribute with variable address and length and a defined encoder type.
Public methodEpcFieldAttribute(Int32, Int32, Type)
Creates an EPC field attribute
Top
Properties
  NameDescription
Public propertyBitAddress
Bit address of field (or 0 if variable).
Public propertyBitCount
Number of bits in field (or 0 if variable).
Public propertyFieldEncoderType
Type of field encoder used for this field.
Top
Methods
  NameDescription
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
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 methodGetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
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.)
Top
Remarks
Used to annotate the fields (implemented as properties) of an EPC encoder.
See Also