CosemVariableDescriptorWithSelection Class

Class that holds the pair Variable descriptor - Selective access descriptor.

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

Constructors

CosemVariableDescriptorWithSelection(DlmsVariableDescriptor) Creates a new instance of CosemVariableDescriptorWithSelection without access selection.
CosemVariableDescriptorWithSelection(DlmsVariableDescriptor, DlmsSelectiveAccessDescriptor) Creates a new instance of CosemVariableDescriptorWithSelection class.

Properties

AccessSelection Description of the selective access (without selection x with specified selection)
VariableDescriptor Decription of the variable

Methods

Create Creates request part from the variable access specification.
CreateDescriptors Creates the variable descriptors for specified DLMS object.
GetSizeInBytes Returns the size in bytes of the request part from the variable access specification.

See Also