DlmsVariableDescriptor Class

Class that describes the variable in Read request. Read request is used to read attribute value using SN referencing.

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 DlmsVariableDescriptor
Inheritance
Object    DlmsVariableDescriptor

Constructors

DlmsVariableDescriptor Creates new instance of class DlmsVariableDescriptor.

Properties

VariableName Variable name which fully describes the value of attribute to read. You can use GetAttributeVariableName method of specified object to create valiable name.

Methods

Create Creates request part of variable descriptor. It can be included in Read request and sent to a server (meter).
GetSizeInBytes Returns the size in bytes of variable in Read request.

See Also