PlcFrameWrapperExtractDlms Method

Returns DLMS frame from PLC PDU. If raw data length is lower than 9 bytes (minimum PDU size), empty frame 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 ExtractDlms(
	ByteBuffer rawData
)

Parameters

rawData  ByteBuffer
Returned data supposed not to be null.

Return Value

ByteBuffer

See Also