DlmsFrameCreate_ActionRequestNormal Method

Creates an Action-Request-Normal 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_ActionRequestNormal(
	byte invokeIdAndPriority,
	CosemMethodDecsriptorWithParamters methodDescriptor
)

Parameters

invokeIdAndPriority  Byte
methodDescriptor  CosemMethodDecsriptorWithParamters

Return Value

ByteBuffer

See Also