NumericStringFieldEncoder.Decode Method

TegoOS

NumericStringFieldEncoderDecode Method

[Missing <summary> documentation for "M:Tego.Rfid.Tds.NumericStringFieldEncoder.Decode(Tego.Rfid.Tds.EpcEncoder,System.Reflection.PropertyInfo,System.UInt16[],System.Int32,System.Int32,System.String)"]

Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public int Decode(
	EpcEncoder epc,
	PropertyInfo propertyInfo,
	ushort[] words,
	int bitAddress,
	int bitCount,
	string FormatString
)
Public Function Decode ( 
	epc As EpcEncoder,
	propertyInfo As PropertyInfo,
	words As UShort(),
	bitAddress As Integer,
	bitCount As Integer,
	FormatString As String
) As Integer
public:
virtual int Decode(
	EpcEncoder^ epc, 
	PropertyInfo^ propertyInfo, 
	array<unsigned short>^ words, 
	int bitAddress, 
	int bitCount, 
	String^ FormatString
) sealed
abstract Decode : 
        epc : EpcEncoder * 
        propertyInfo : PropertyInfo * 
        words : uint16[] * 
        bitAddress : int * 
        bitCount : int * 
        FormatString : string -> int 
override Decode : 
        epc : EpcEncoder * 
        propertyInfo : PropertyInfo * 
        words : uint16[] * 
        bitAddress : int * 
        bitCount : int * 
        FormatString : string -> int 

Parameters

epc
Type: Tego.Rfid.TdsEpcEncoder

[Missing <param name="epc"/> documentation for "M:Tego.Rfid.Tds.NumericStringFieldEncoder.Decode(Tego.Rfid.Tds.EpcEncoder,System.Reflection.PropertyInfo,System.UInt16[],System.Int32,System.Int32,System.String)"]

propertyInfo
Type: System.ReflectionPropertyInfo

[Missing <param name="propertyInfo"/> documentation for "M:Tego.Rfid.Tds.NumericStringFieldEncoder.Decode(Tego.Rfid.Tds.EpcEncoder,System.Reflection.PropertyInfo,System.UInt16[],System.Int32,System.Int32,System.String)"]

words
Type: SystemUInt16

[Missing <param name="words"/> documentation for "M:Tego.Rfid.Tds.NumericStringFieldEncoder.Decode(Tego.Rfid.Tds.EpcEncoder,System.Reflection.PropertyInfo,System.UInt16[],System.Int32,System.Int32,System.String)"]

bitAddress
Type: SystemInt32

[Missing <param name="bitAddress"/> documentation for "M:Tego.Rfid.Tds.NumericStringFieldEncoder.Decode(Tego.Rfid.Tds.EpcEncoder,System.Reflection.PropertyInfo,System.UInt16[],System.Int32,System.Int32,System.String)"]

bitCount
Type: SystemInt32

[Missing <param name="bitCount"/> documentation for "M:Tego.Rfid.Tds.NumericStringFieldEncoder.Decode(Tego.Rfid.Tds.EpcEncoder,System.Reflection.PropertyInfo,System.UInt16[],System.Int32,System.Int32,System.String)"]

FormatString
Type: SystemString

[Missing <param name="FormatString"/> documentation for "M:Tego.Rfid.Tds.NumericStringFieldEncoder.Decode(Tego.Rfid.Tds.EpcEncoder,System.Reflection.PropertyInfo,System.UInt16[],System.Int32,System.Int32,System.String)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Tego.Rfid.Tds.NumericStringFieldEncoder.Decode(Tego.Rfid.Tds.EpcEncoder,System.Reflection.PropertyInfo,System.UInt16[],System.Int32,System.Int32,System.String)"]

Implements

IEpcFieldEncoderDecode(EpcEncoder, PropertyInfo, UInt16, Int32, Int32, String)
See Also