IEpcFactory.CreateEncoderFor Method (Byte)

TegoOS

IEpcFactoryCreateEncoderFor Method (Byte)
Create an EpcEncoder corresponding to a given header byte.

Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
IEpcEncoder CreateEncoderFor(
	byte header
)
Function CreateEncoderFor ( 
	header As Byte
) As IEpcEncoder
IEpcEncoder^ CreateEncoderFor(
	unsigned char header
)
abstract CreateEncoderFor : 
        header : byte -> IEpcEncoder 

Parameters

header
Type: SystemByte
Header byte.

Return Value

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