DlmsFrameCreate_GetRequestWithList Method

Creates GET request-with-list used to read attribute values using LN referencing. While Parse_GetResponse returns false send request composed with Create_GetRequestNext to get all data blocks. After receiving all data blocks call Parse_GetResponseWithList to get the actual results.

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_GetRequestWithList(
	byte invokeIdAndPriority,
	CosemAttributeDecsriptorWithSelection[] attributes
)

Parameters

invokeIdAndPriority  Byte
It can be created by InvokeIdandPriority.Create method.
attributes  CosemAttributeDecsriptorWithSelection
Description of attributes to get their values.

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