PlcFrameWrapperIsPduComplete Method

Checks if rawData contains complete PDU returned from PLC.

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 IsPduComplete(
	ByteBuffer rawData
)

Parameters

rawData  ByteBuffer
Returned data supposed not to be null.

Return Value

Boolean

See Also