PlcFrameWrapperSkipUnrequestedData Method
Returns requested PDU or start of requested PDU (if it is not yet complete). Skips responses from other meters and event notifications.
Namespace: OddPrg.Protocols.DLMSAssembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
public static ByteBuffer SkipUnrequestedData(
ByteBuffer rawData,
byte destSap,
byte localSap,
ushort destAddress,
ushort sourceAddress
)
- 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.
ByteBuffer