![]() |
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 command event. More... | |
| dnp3_command_status_t | status |
| Status from processing the command that triggered this event. More... | |
| double | commanded_value |
| Commanded state of the binary output. More... | |
| dnp3_analog_command_type_t | command_type |
| Describes how the value was encoded in the protocol. More... | |
| dnp3_timestamp_t | time |
| Associated timestamp. More... | |
Event transferred from master to outstation when the outstation receives a corresponding command.
Maps to group 43 variations 1 to 8.
These objects are part of subset level 4 and are not commonly used.
| dnp3_analog_command_type_t dnp3_analog_output_command_event_t::command_type |
Describes how the value was encoded in the protocol.
| double dnp3_analog_output_command_event_t::commanded_value |
Commanded state of the binary output.
All of the variations in group 43 are mapped to double-precision floats
| uint16_t dnp3_analog_output_command_event_t::index |
Index of the command event.
| dnp3_command_status_t dnp3_analog_output_command_event_t::status |
Status from processing the command that triggered this event.
| dnp3_timestamp_t dnp3_analog_output_command_event_t::time |
Associated timestamp.