IEpcFactory.CreateEncoderFor Method (String)

TegoOS

IEpcFactoryCreateEncoderFor Method (String)
Create an EpcEncoder corresponding to a given scheme.

Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
IEpcEncoder CreateEncoderFor(
	string scheme
)
Function CreateEncoderFor ( 
	scheme As String
) As IEpcEncoder
IEpcEncoder^ CreateEncoderFor(
	String^ scheme
)
abstract CreateEncoderFor : 
        scheme : string -> IEpcEncoder 

Parameters

scheme
Type: SystemString
Encoding scheme, e.g. sgtin-96 (must match exact text in EncoderScheme field of the encoder).

Return Value

Type: IEpcEncoder
Encoder for the scheme if known (or the type defined by the DefaultEncoderType property if not).
See Also