NumericStringFieldEncoder.Encode Method

TegoOS

NumericStringFieldEncoderEncode Method

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

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

Parameters

epc
Type: Tego.Rfid.TdsEpcEncoder

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

propertyInfo
Type: System.ReflectionPropertyInfo

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

words
Type: SystemUInt16

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

bitAddress
Type: SystemInt32

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

bitCount
Type: SystemInt32

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

Return Value

Type: Int32

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

Implements

IEpcFieldEncoderEncode(EpcEncoder, PropertyInfo, UInt16, Int32, Int32)
See Also