EpcFactory.InstallEncoder Method (Type)

TegoOS

EpcFactoryInstallEncoder Method (Type)
Adds an encoder, reading its HEADER and SCHEME fields so that the encoder can be created from these values.

Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public void InstallEncoder(
	Type encoderType
)
Public Sub InstallEncoder ( 
	encoderType As Type
)
public:
virtual void InstallEncoder(
	Type^ encoderType
) sealed
abstract InstallEncoder : 
        encoderType : Type -> unit 
override InstallEncoder : 
        encoderType : Type -> unit 

Parameters

encoderType
Type: SystemType
Type of the encoder (must be a subclass of EpcEncoder).

Implements

IEpcFactoryInstallEncoder(Type)
See Also