lib60870.NET 2.3.0
IEC 60870-5-101/104 Protocol Source Code Library for C#/.NET
Loading...
Searching...
No Matches
lib60870.CS101.BinaryCounterReading Class Reference

Binary counter reading. Used for tranmission of integrated totals. More...

Public Member Functions

byte[] GetEncodedValue ()
 
 BinaryCounterReading (byte[] msg, int startIndex)
 
 BinaryCounterReading (BinaryCounterReading original)
 

Properties

Int32 Value [get, set]
 Gets or sets the counter value.
 
int SequenceNumber [get, set]
 Gets or sets the sequence number.
 
bool Carry [get, set]
 Gets or sets the carry flag.
 
bool Adjusted [get, set]
 Gets or sets the adjusted flag.
 
bool Invalid [get, set]
 Gets or sets the invalid flag.
 

Detailed Description

Binary counter reading. Used for tranmission of integrated totals.

Property Documentation

◆ Adjusted

bool lib60870.CS101.BinaryCounterReading.Adjusted
getset

Gets or sets the adjusted flag.

true if adjusted flag is set; otherwise, false.

◆ Carry

bool lib60870.CS101.BinaryCounterReading.Carry
getset

Gets or sets the carry flag.

true if carry flag set; otherwise, false.

◆ Invalid

bool lib60870.CS101.BinaryCounterReading.Invalid
getset

Gets or sets the invalid flag.

true if invalid flag is set; otherwise, false.

◆ SequenceNumber

int lib60870.CS101.BinaryCounterReading.SequenceNumber
getset

Gets or sets the sequence number.

The sequence number.

◆ Value

Int32 lib60870.CS101.BinaryCounterReading.Value
getset

Gets or sets the counter value.

The value.


The documentation for this class was generated from the following file: