DlmsFrameCreate_WriteRequestWithDataBlock Method
Creates one block of WRITE request while using block transfer.
Namespace: OddPrg.Protocols.DLMSAssembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
public static ByteBuffer Create_WriteRequestWithDataBlock(
ushort blockNumber,
ByteBuffer rawData,
bool lastBlock
)
- blockNumber UInt16
- Block number starting from 1.
- rawData ByteBuffer
- Data to send that fits to one block.
- lastBlock Boolean
- Indicator of last block.
ByteBufferRequest as bytes that can be sent to the server (meter).