DlmsFramegetTypeDescriptor Method

Extracts a type description from the beginning of rawData and deletes it from rawData. Type description is used in compact-array data type.

Definition

Namespace: OddPrg.Protocols.DLMS
Assembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
C#
public static DlmsTypeDescriptor getTypeDescriptor(
	ByteBuffer rawData,
	ref int index
)

Parameters

rawData  ByteBuffer
Data of TypeDescription type defined in abstract syntax.
index  Int32
Index in rawData

Return Value

DlmsTypeDescriptor

Remarks

Abstract syntax of TypeDescription type is in GB page 211.

See Also