DlmsFrameWrapperExtractNextWpdu01(ByteBuffer, Int32) Method

Extracts next WPDU version 1 frame starting at position index. If the frame is found, index is updated to first byte in rawData beyond the returned frame. If the frame is not found, empty buffer is returned and index is not updated.

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 ByteBuffer ExtractNextWpdu01(
	ByteBuffer rawData,
	ref int index
)

Parameters

rawData  ByteBuffer
index  Int32

Return Value

ByteBuffer

See Also