EpcFieldAttribute Constructor (Type)

TegoOS

EpcFieldAttribute Constructor (Type)
Creates an EPC field attribute with variable address and length and a defined encoder type.

Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
protected EpcFieldAttribute(
	Type fieldEncoderType = null
)
Protected Sub New ( 
	Optional fieldEncoderType As Type = Nothing
)
protected:
EpcFieldAttribute(
	Type^ fieldEncoderType = nullptr
)
new : 
        ?fieldEncoderType : Type 
(* Defaults:
        let _fieldEncoderType = defaultArg fieldEncoderType null
*)
-> EpcFieldAttribute

Parameters

fieldEncoderType (Optional)
Type: SystemType
Type of field encoder to use. Default NumericEncoding.
See Also