|
lib60870.NET 2.3.0
IEC 60870-5-101/104 Protocol Source Code Library for C#/.NET
|
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. | |
Binary counter reading. Used for tranmission of integrated totals.
|
getset |
Gets or sets the adjusted flag.
true if adjusted flag is set; otherwise, false.
|
getset |
Gets or sets the carry flag.
true if carry flag set; otherwise, false.
|
getset |
Gets or sets the invalid flag.
true if invalid flag is set; otherwise, false.
|
getset |
Gets or sets the sequence number.
The sequence number.
|
getset |
Gets or sets the counter value.
The value.