CosemMethodDecsriptorWithParamters(CosemMethodDescriptor, DlmsType) Constructor

Creates new instance of class CosemMethodDecsriptorWithParamters.

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 CosemMethodDecsriptorWithParamters(
	CosemMethodDescriptor methodDescriptor,
	DlmsType methodInvocationParameters
)

Parameters

methodDescriptor  CosemMethodDescriptor
Decription of the method
methodInvocationParameters  DlmsType
Invocation paramaters

See Also