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.
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_GetRequestNormal(
byte invokeIdAndPriority,
CosemAttributeDecsriptorWithSelection attribute
)
- invokeIdAndPriority Byte
- It can be created by InvokeIdandPriority.Create method.
- attribute CosemAttributeDecsriptorWithSelection
- Description of attribute to get its value.
ByteBufferRequest as bytes that can be sent to the server (meter).
Abstract syntax of Get-Request type is in GB page 206.