![]() |
dnp3 (C++ API) 1.1.0
|
Optional outstation features that can be enabled or disabled. More...
#include <dnp3.hpp>
Public Member Functions | |
| OutstationFeatures () | |
| Initialize to default values. More... | |
Public Attributes | |
| bool | self_address |
| Respond to the self address. More... | |
| bool | broadcast |
| Process valid broadcast messages. More... | |
| bool | unsolicited |
| Respond to enable/disable unsolicited response and produce unsolicited responses. More... | |
Friends | |
| class | CppOutstationFeaturesFriend |
Optional outstation features that can be enabled or disabled.
| dnp3::OutstationFeatures::OutstationFeatures | ( | ) |
Initialize to default values.
false true true | bool dnp3::OutstationFeatures::broadcast |
Process valid broadcast messages.
| bool dnp3::OutstationFeatures::self_address |
Respond to the self address.
| bool dnp3::OutstationFeatures::unsolicited |
Respond to enable/disable unsolicited response and produce unsolicited responses.