dnp3 (C++ API) 1.1.0
dnp3::OutstationFeatures Struct Reference

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
 

Detailed Description

Optional outstation features that can be enabled or disabled.

Constructor & Destructor Documentation

◆ OutstationFeatures()

dnp3::OutstationFeatures::OutstationFeatures ( )

Initialize to default values.

Note
Values are initialized to:
Returns
New instance of OutstationFeatures

Member Data Documentation

◆ broadcast

bool dnp3::OutstationFeatures::broadcast

Process valid broadcast messages.

◆ self_address

bool dnp3::OutstationFeatures::self_address

Respond to the self address.

◆ unsolicited

bool dnp3::OutstationFeatures::unsolicited

Respond to enable/disable unsolicited response and produce unsolicited responses.


The documentation for this struct was generated from the following file: