dnp3 (C API) 1.1.0
|
CROB (dnp3_group12_var1_t) control code. More...
#include <dnp3.h>
Data Fields | |
dnp3_trip_close_code_t | tcc |
This field is used in conjunction with dnp3_control_code_t::op_type to specify a control operation. More... | |
bool | clear |
Support for this field is optional. When the clear bit is set, the device shall remove pending control commands for that index and stop any control operation that is in progress for that index. The indexed point shall go to the state that it would have if the command were allowed to complete normally. More... | |
bool | queue |
This field is obsolete and should always be 0. More... | |
dnp3_op_type_t | op_type |
This field is used in conjunction with the dnp3_control_code_t::tcc field to specify a control operation. More... | |
CROB (dnp3_group12_var1_t) control code.
bool dnp3_control_code_t::clear |
Support for this field is optional. When the clear bit is set, the device shall remove pending control commands for that index and stop any control operation that is in progress for that index. The indexed point shall go to the state that it would have if the command were allowed to complete normally.
dnp3_op_type_t dnp3_control_code_t::op_type |
This field is used in conjunction with the dnp3_control_code_t::tcc field to specify a control operation.
bool dnp3_control_code_t::queue |
This field is obsolete and should always be 0.
dnp3_trip_close_code_t dnp3_control_code_t::tcc |
This field is used in conjunction with dnp3_control_code_t::op_type to specify a control operation.