CounterResult Class

Drží hodnotu jednoho odečteného registru. Má vlastnosti Identifikátor registru, Odečtená hodnota a jednotka

Definition

Namespace: OddPrg.Protocols.Flag1
Assembly: OddPrg.Frames.Flag (in OddPrg.Frames.Flag.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class CounterResult
Inheritance
Object    CounterResult

Constructors

CounterResult Konstruktor

Properties

CurrentTariff Indicates if this counter measures the current tariff. It depends on unit divider. If the unit divider is '#', CurrentTariff will be true. Otherwise it will be false.
Register Identifikátor registru
StorageNumber Číslo uložení (měsíc, čtrtletí, atp.)
TimeStamp Časové razítko hodnoty (DateTime.MinValue není-li specifikováno)
Unit Jednotka
Value Hodnota registru

See Also