IEpcFactory.LookUpEncoderTypeFromHeader Method

TegoOS

IEpcFactoryLookUpEncoderTypeFromHeader Method
Looks up the encoder type for a given header byte.

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

Parameters

header
Type: SystemByte
Header byte.

Return Value

Type: Type
Encoder type for the header if known (or the default type if not).
See Also