A Sandcastle Documented Class Library
![]() | 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)

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: IEpcEncoderEncoder for the header if known (or the type defined by the DefaultEncoderType property if not).
Implements
IEpcFactoryCreateEncoderFor(Byte)