DlmsFrameWrapperExtractNextWpdu01(ByteBuffer) Method

Extracts next WPDU version 1 frame from the beginning of rawData. If the frame is not found, empty buffer is returned.

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
)

Parameters

rawData  ByteBuffer

Return Value

ByteBuffer

See Also