![]() |
dnp3 (C API) 1.6.0
|
Event transferred from master to outstation when the outstation receives a corresponding command. More...
#include <dnp3.h>
Data Fields | |
| uint16_t | index |
| Index of the binary command event. More... | |
| dnp3_command_status_t | status |
| Status from processing the command that triggered this event. More... | |
| bool | commanded_state |
| Commanded state of the binary output. More... | |
| dnp3_timestamp_t | time |
| Associated timestamp. More... | |
Event transferred from master to outstation when the outstation receives a corresponding command.
Maps to group 13 variations 1 and 2.
These objects are part of subset level 4 and are not commonly used.
| bool dnp3_binary_output_command_event_t::commanded_state |
Commanded state of the binary output.
From the spec: 0 = Latch Off / Trip / NULL, 1 = Latch On / Close. Where the commanded state is unknown, the commanded state flag shall be 0.
| uint16_t dnp3_binary_output_command_event_t::index |
Index of the binary command event.
| dnp3_command_status_t dnp3_binary_output_command_event_t::status |
Status from processing the command that triggered this event.
| dnp3_timestamp_t dnp3_binary_output_command_event_t::time |
Associated timestamp.