DlmsMethodInfo Class

Structure that carry information for invoking a method of DLMS object. It includes method indentifiesr and optionally method invoking parameters.

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 class DlmsMethodInfo
Inheritance
Object    DlmsMethodInfo

Constructors

DlmsMethodInfo(SByte, String) Initializes a new instance of DlmsMethodInfo class using a method identifier.
DlmsMethodInfo(SByte, String, DlmsType) Initializes a new instance of DlmsMethodInfo class using a method identifier and invocation paramters.

Properties

FullDescription Full description of the method.
InvocationParameters Method invocation parameters.
MethodDescription Method desription.
MethodId Method identifier.
ShortDescription Short description of the method.

Methods

ToStringReturns a string that represents the current object.
(Overrides ObjectToString)

See Also