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.

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 Create_GetRequestNext(
	byte invokeIdAndPriority,
	uint blockNumber
)

Parameters

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.

Return Value

ByteBuffer
Request as bytes that can be sent to the server (meter).

Remarks

Abstract syntax of Get-Request type is in GB page 206.

See Also