DlmsFrameCreate_WriteRequest Method

Creates WRITE request used to write attribute values using SN 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_WriteRequest(
	CosemVariableValue[] variables
)

Parameters

variables  CosemVariableValue
Description of variables and its values to write.

Return Value

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

See Also