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