IEpcFactory.SetDefaultEncoder Method (Type)

TegoOS

IEpcFactorySetDefaultEncoder Method (Type)
Sets the default encoder to create for unknown keys.

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

Parameters

encoderType
Type: SystemType
Type of default encoder.
See Also