DlmsFrameCreate_GetRequestNext Method
Creates GET request-next. This request should be sent to the server (meter) repeatedly while Parse_GetResponse returns false,
which means that response-with-datablock was recognized and not all data blocks were received.
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_GetRequestNext(
byte invokeIdAndPriority,
uint blockNumber
)
- invokeIdAndPriority Byte
- It can be created by InvokeIdandPriority.Create method.
- blockNumber UInt32
-
Block number to confirm acceptance of data blocks with numbers lower or equal to. It should be taken from last response-with-datablock.
ByteBufferRequest as bytes that can be sent to the server (meter).
Abstract syntax of Get-Request type is in GB page 206.