DlmsProfileGenericCaptureObjects Property

Specifies the list of capture objects that are assigned to the object instance. Upon a call of the capture (data) method or automatically in defined intervals, the selected attributes are copied into the buffer of the profile.

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 DlmsTypeObjectDefinitionList CaptureObjects { get; set; }

Property Value

DlmsTypeObjectDefinitionList

See Also