SecurityHeaderParse Method

Extracts security header from data.

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 SecurityHeader Parse(
	ByteBuffer data,
	ref int index
)

Parameters

data  ByteBuffer
index  Int32
Starting index in the data array.

Return Value

SecurityHeader

See Also