dnp3  0.9.0
Public Attributes | List of all members
dnp3.OutstationFeatures Class Reference

Optional outstation features that can be enabled or disabled More...

Public Attributes

bool SelfAddress = false
 Respond to the self address More...
 
bool Broadcast = true
 Process valid broadcast messages More...
 
bool Unsolicited = true
 Respond to enable/disable unsolicited response and produce unsolicited responses More...
 

Detailed Description

Optional outstation features that can be enabled or disabled

Member Data Documentation

◆ Broadcast

bool dnp3.OutstationFeatures.Broadcast = true

Process valid broadcast messages

Default value is true

◆ SelfAddress

bool dnp3.OutstationFeatures.SelfAddress = false

Respond to the self address

Default value is false

◆ Unsolicited

bool dnp3.OutstationFeatures.Unsolicited = true

Respond to enable/disable unsolicited response and produce unsolicited responses

Default value is true


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