IEpcFactory.InstallEncoder Method (String, Byte, String)

TegoOS

IEpcFactoryInstallEncoder Method (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).

Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
void InstallEncoder(
	string scheme,
	byte header,
	string assemblyQualifiedEncoderName
)
Sub InstallEncoder ( 
	scheme As String,
	header As Byte,
	assemblyQualifiedEncoderName As String
)
void InstallEncoder(
	String^ scheme, 
	unsigned char header, 
	String^ assemblyQualifiedEncoderName
)
abstract InstallEncoder : 
        scheme : string * 
        header : byte * 
        assemblyQualifiedEncoderName : string -> unit 

Parameters

scheme
Type: SystemString
Scheme associated with this encoder, e.g. sgtin-96
header
Type: SystemByte
Header byte associated with this EPC scheme, e.g. 0x30.
assemblyQualifiedEncoderName
Type: SystemString
Assembly qualified name of the encoder.
See Also