lib60870.NET  2.2.0
IEC 60870-5-101/104 Protocol Source Code Library for C#/.NET
lib60870.CS101.BinaryCounterReading Class Reference

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

Public Member Functions

byte [] GetEncodedValue ()
 

Properties

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

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: