EpcFactory.SetDefaultEncoder Method (Type)

TegoOS

EpcFactorySetDefaultEncoder Method (Type)
Sets the default encoder type if a header or scheme is not known.

Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public void SetDefaultEncoder(
	Type encoderType
)
Public Sub SetDefaultEncoder ( 
	encoderType As Type
)
public:
virtual void SetDefaultEncoder(
	Type^ encoderType
) sealed
abstract SetDefaultEncoder : 
        encoderType : Type -> unit 
override SetDefaultEncoder : 
        encoderType : Type -> unit 

Parameters

encoderType
Type: SystemType
Type of default encoder.

Implements

IEpcFactorySetDefaultEncoder(Type)
See Also