EpcFactory.InstallEncoder Method

TegoOS

EpcFactoryInstallEncoder Method
Overload List
  Name Description
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).
Top
See Also