CosemMethodDecsriptorWithParamters Class

Class that holds the method and the ivocation 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 CosemMethodDecsriptorWithParamters
Inheritance
Object    CosemMethodDecsriptorWithParamters

Constructors

CosemMethodDecsriptorWithParamters(CosemMethodDescriptor) Creates new instance of class CosemMethodDecsriptorWithParamters. No Invocation paramaters are present.
CosemMethodDecsriptorWithParamters(CosemMethodDescriptor, DlmsType) Creates new instance of class CosemMethodDecsriptorWithParamters.

Properties

MethodDescriptor Decription of the attribute
MethodInvocationParameters Description of the selective access (without selection x with specified selection)

Methods

Create Creates request part from the method description and invocation parameters.
CreateDescriptors Creates the method descriptors
GetSizeInBytes Returns the size in bytes of the request part from the attribute and selective access descriptors.

See Also