![]() |
dnp3 (.NET API) 1.5.2
|
Control Relay Output Block More...
Public Member Functions | |
| Group12Var1 | WithCode (ControlCode value) |
| Control code More... | |
| Group12Var1 | WithCount (byte value) |
| Count More... | |
| Group12Var1 | WithOnTime (uint value) |
| Duration the output drive remains active (in milliseconds) More... | |
| Group12Var1 | WithOffTime (uint value) |
| Duration the output drive remains non-active (in milliseconds) More... | |
| Group12Var1 (ControlCode code, byte count, uint onTime, uint offTime) | |
| Fully construct Group12Var1 specifying the value of each field More... | |
Static Public Member Functions | |
| static Group12Var1 | FromCode (ControlCode code) |
| Construct a Group12Var1 from a ControlCode. More... | |
Public Attributes | |
| ControlCode | Code |
| Control code More... | |
| byte | Count |
| Count More... | |
| uint | OnTime |
| Duration the output drive remains active (in milliseconds) More... | |
| uint | OffTime |
| Duration the output drive remains non-active (in milliseconds) More... | |
Control Relay Output Block
|
inline |
Fully construct Group12Var1 specifying the value of each field
| code | Control code |
| count | Count |
| onTime | Duration the output drive remains active (in milliseconds) |
| offTime | Duration the output drive remains non-active (in milliseconds) |
|
inlinestatic |
Construct a Group12Var1 from a ControlCode.
Group12Var1.Count = 1, Group12Var1.OnTime = 1000 and Group12Var1.OffTime = 1000.
Default values:
| code | Control code |
|
inline |
Control code
|
inline |
Count
|
inline |
Duration the output drive remains non-active (in milliseconds)
|
inline |
Duration the output drive remains active (in milliseconds)
| ControlCode dnp3.Group12Var1.Code |
Control code
| byte dnp3.Group12Var1.Count |
Count
| uint dnp3.Group12Var1.OffTime |
Duration the output drive remains non-active (in milliseconds)
| uint dnp3.Group12Var1.OnTime |
Duration the output drive remains active (in milliseconds)