DlmsMethodInfo(SByte, String, DlmsType) Constructor

Initializes a new instance of DlmsMethodInfo class using a method identifier and invocation paramters.

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 DlmsMethodInfo(
	sbyte methodId,
	string methodDescription,
	DlmsType invocationParameters
)

Parameters

methodId  SByte
methodDescription  String
invocationParameters  DlmsType

See Also