CosemAttributeDecsriptorWithSelection Class

Class that holds the pair Attribute 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 CosemAttributeDecsriptorWithSelection
Inheritance
Object    CosemAttributeDecsriptorWithSelection

Constructors

CosemAttributeDecsriptorWithSelection(DlmsAttributeDescriptor) Creates new instance of class CosemAttributeDecsriptorWithSelection. No selection is present.
CosemAttributeDecsriptorWithSelection(DlmsAttributeDescriptor, DlmsSelectiveAccessDescriptor) Creates new instance of class CosemAttributeDecsriptorWithSelection.

Properties

AccessSelection Description of the selective access (without selection x with specified selection)
AttributeDescriptor Decription of the attribute

Methods

Create Creates request part from the attribute and selective access descriptors.
CreateAttribute0Descriptor Creates a descriptor for reading all attributes using atribute 0.
CreateDescriptors Creates the attribute descriptors for specified DLMS object.
GetSizeInBytes Returns the size in bytes of the request part from the attribute and selective access descriptors.

See Also