DlmsFrameCreate_ActionRequestWithList Method

Creates an Action-Request-With-List frame to call method of COSEM object.

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_ActionRequestWithList(
	byte invokeIdAndPriority,
	CosemMethodDecsriptorWithParamters[] methodDescriptors
)

Parameters

invokeIdAndPriority  Byte
methodDescriptors  CosemMethodDecsriptorWithParamters

Return Value

ByteBuffer

Exceptions

See Also