DlmsFrameWrapperIsWpdu01Complete Method

Checks if rawData contains complete WPDU of version 1 (version is not checked, only length of header and 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 bool IsWpdu01Complete(
	ByteBuffer rawData
)

Parameters

rawData  ByteBuffer

Return Value

Boolean

See Also