FrameCounter Class

Frame counter for DLMS communication.

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

Constructors

FrameCounterInitializes a new instance of the FrameCounter class

Properties

CounterVaule Number of the frame.

Methods

CreateRawData Creates raw data from the counter value.
CreateRawData(UInt32) Creates raw data of a counter value.
Parse Parses a frame counter value returned by the meter.

Fields

DATA_LENGTH Counter size in bytes.

See Also