EpcFieldAttribute Constructor (Int32, Int32, Type)

TegoOS

EpcFieldAttribute Constructor (Int32, Int32, Type)
Creates an EPC field attribute

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

Parameters

address
Type: SystemInt32
Bit address of field (or 0 if variable).
bits
Type: SystemInt32
Number of bits in field (or 0 if variable).
fieldEncoderType (Optional)
Type: SystemType
Type of field encoder to use. Default NumericEncoding.
See Also