![]() |
dnp3 (C++ API) 1.1.0
|
Application-controlled IIN bits. More...
#include <dnp3.hpp>
Public Member Functions | |
| ApplicationIin () | |
| Initialize all fields in ApplicationIin to false. More... | |
Public Attributes | |
| bool | need_time |
| IIN1.4 - Time synchronization is required. More... | |
| bool | local_control |
| IIN1.5 - Some output points are in local mode. More... | |
| bool | device_trouble |
| IIN1.6 - Device trouble. More... | |
| bool | config_corrupt |
| IIN2.5 - Configuration corrupt. More... | |
Friends | |
| class | CppApplicationIinFriend |
Application-controlled IIN bits.
| dnp3::ApplicationIin::ApplicationIin | ( | ) |
Initialize all fields in ApplicationIin to false.
false false false false | bool dnp3::ApplicationIin::config_corrupt |
IIN2.5 - Configuration corrupt.
| bool dnp3::ApplicationIin::device_trouble |
IIN1.6 - Device trouble.
| bool dnp3::ApplicationIin::local_control |
IIN1.5 - Some output points are in local mode.
| bool dnp3::ApplicationIin::need_time |
IIN1.4 - Time synchronization is required.