DlmsFrameCreate_SetRequestWithList Method

Creates SET request-with-list used to write attribute values using LN referencing.

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

Parameters

invokeIdAndPriority  Byte
attributes  CosemAttributeValue
Description of attributes to get their values. Must be the same length as the values parameter

Return Value

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

Remarks

Abstract syntax of Set-Request type is in GB page 207.

See Also