IEpcFactory.InstallEncoder Method (Type)

TegoOS

IEpcFactoryInstallEncoder 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
void InstallEncoder(
	Type encoderType
)
Sub InstallEncoder ( 
	encoderType As Type
)
void InstallEncoder(
	Type^ encoderType
)
abstract InstallEncoder : 
        encoderType : Type -> unit 

Parameters

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