EpcFactory Class

TegoOS

EpcFactory Class
Factory used to instantiate EPC encoders from their header or scheme. Allows additional EPC's to be plugged in by application.
Inheritance Hierarchy
SystemObject  Tego.Rfid.TdsEpcFactory

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

The EpcFactory type exposes the following members.

Methods
  NameDescription
Public methodCreateEncoderFor(Byte)
Create an EpcEncoder corresponding to a given header byte.
Public methodCreateEncoderFor(String)
Create an EpcEncoder corresponding to a given scheme.
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 methodGetDefaultEncoder
Gets the default encoder type if a header or scheme is not known.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetKnownEncoderData
Gets a list of all known encoders, including their scheme, header and full name.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInstallEncoder(Type)
Adds an encoder, reading its HEADER and SCHEME fields so that the encoder can be created from these values.
Public methodInstallEncoder(String, Byte, String)
Adds an encoder by its assembly qualified name using provided header and scheme information. This allows loading of encoders in external assemblies to be defered until they are needed (in the compact framework, assemblies cannot be unloaded).
Public methodLookUpEncoderTypeFromHeader
Looks up the encoder type for a given header byte.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetDefaultEncoder(String)
Sets the default encoder type if a header or scheme is not known.
Public methodSetDefaultEncoder(Type)
Sets the default encoder type if a header or scheme is not known.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberDefault
Default EPC factory.
Top
See Also