|
lib60870.NET 2.3.0
IEC 60870-5-101/104 Protocol Source Code Library for C#/.NET
|
Output circuit information of protection equipment According to IEC 60870-5-101:2003 7.2.6.12. More...
Public Member Functions | |
| OutputCircuitInfo (OutputCircuitInfo original) | |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| OutputCircuitInfo (byte encodedValue) | |
| OutputCircuitInfo (bool gc, bool cl1, bool cl2, bool cl3) | |
| override string | ToString () |
Properties | |
| byte | EncodedValue [get, set] |
| bool | GC [get, set] |
| General command to output circuit. | |
| bool | CL1 [get, set] |
| Command to output circuit phase L1. | |
| bool | CL2 [get, set] |
| Command to output circuit phase L2. | |
| bool | CL3 [get, set] |
| Command to output circuit phase L3. | |
Output circuit information of protection equipment According to IEC 60870-5-101:2003 7.2.6.12.
|
getset |
Command to output circuit phase L1.
true if set, otherwise, false.
|
getset |
Command to output circuit phase L2.
true if set, otherwise, false.
|
getset |
Command to output circuit phase L3.
true if set, otherwise, false.
|
getset |
General command to output circuit.
true if set, otherwise, false.