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

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