lib60870.NET
2.2.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 () |
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... | |
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.