DlmsFrameWrapperExtractNextWpdu01(ByteBuffer, Int32) Method
Extracts next WPDU version 1 frame starting at position index. If the frame is found, index is updated to first byte in rawData beyond the returned frame.
If the frame is not found, empty buffer is returned and index is not updated.
Namespace: OddPrg.Protocols.DLMSAssembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
public static ByteBuffer ExtractNextWpdu01(
ByteBuffer rawData,
ref int index
)
- rawData ByteBuffer
- index Int32
ByteBuffer