DlmsFrameCreate_SetRequestNormal Method

Creates SET request-normal 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_SetRequestNormal(
	byte invokeIdAndPriority,
	CosemAttributeDecsriptorWithSelection attribute,
	DlmsType value
)

Parameters

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

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