PlcFrameWrapperSkipUnrequestedData Method

Returns requested PDU or start of requested PDU (if it is not yet complete). Skips responses from other meters and event notifications.

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 SkipUnrequestedData(
	ByteBuffer rawData,
	byte destSap,
	byte localSap,
	ushort destAddress,
	ushort sourceAddress
)

Parameters

rawData  ByteBuffer
Data returned from PLC.
destSap  Byte
Requested client SAP address.
localSap  Byte
Retuested meter SAP address.
destAddress  UInt16
Requested client 432 address.
sourceAddress  UInt16
Requested meter 432 address.

Return Value

ByteBuffer

See Also