EpcFactory Methods

TegoOS

EpcFactory Methods

The EpcFactory type exposes the following members.

Methods
  Name Description
Public method CreateEncoderFor(Byte)
Create an EpcEncoder corresponding to a given header byte.
Public method CreateEncoderFor(String)
Create an EpcEncoder corresponding to a given scheme.
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 GetDefaultEncoder
Gets the default encoder type if a header or scheme is not known.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetKnownEncoderData
Gets a list of all known encoders, including their scheme, header and full name.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method InstallEncoder(Type)
Adds an encoder, reading its HEADER and SCHEME fields so that the encoder can be created from these values.
Public method InstallEncoder(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 method LookUpEncoderTypeFromHeader
Looks up the encoder type for a given header byte.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method SetDefaultEncoder(String)
Sets the default encoder type if a header or scheme is not known.
Public method SetDefaultEncoder(Type)
Sets the default encoder type if a header or scheme is not known.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also