EpcFactory.CreateEncoderFor Method (Byte)

TegoOS

EpcFactoryCreateEncoderFor 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
public IEpcEncoder CreateEncoderFor(
	byte header
)
Public Function CreateEncoderFor ( 
	header As Byte
) As IEpcEncoder
public:
virtual IEpcEncoder^ CreateEncoderFor(
	unsigned char header
) sealed
abstract CreateEncoderFor : 
        header : byte -> IEpcEncoder 
override 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).

Implements

IEpcFactoryCreateEncoderFor(Byte)
See Also