FrameCounterParse Method

Parses a frame counter value returned by the meter.

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

Parameters

data  ByteBuffer
index  Int32

Return Value

FrameCounter

See Also