DlmsFrameCreate_GetRequestNormal Method

Creates GET request-normal 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_GetResponseNormal to get the actual result.

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_GetRequestNormal(
	byte invokeIdAndPriority,
	CosemAttributeDecsriptorWithSelection attribute
)

Parameters

invokeIdAndPriority  Byte
It can be created by InvokeIdandPriority.Create method.
attribute  CosemAttributeDecsriptorWithSelection
Description of attribute to get its value.

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