DlmsFrameWrapperUnWrap01 Method

Extracts wrapped DLMS frame. It checks WPDU version to be equal to 1.

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 UnWrap01(
	ByteBuffer rawData,
	out ushort senderWPort,
	out ushort receiverWPort
)

Parameters

rawData  ByteBuffer
senderWPort  UInt16
receiverWPort  UInt16

Return Value

ByteBuffer
DLMS frame

See Also