DlmsProfileGenericEntriesInUse Property

Counts the number of entries stored in the buffer. After a call of the reset () method, the buffer does not contain any entries, and this value is zero. Upon each subsequent call of the capture () method, this value will be incremented up to the maximum number of entries that will get stored (see profile_entries).

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 DlmsTypeDoubleLongUnsigned EntriesInUse { get; set; }

Property Value

DlmsTypeDoubleLongUnsigned

See Also