dnp3 (.NET API) 1.1.0
dnp3.OutstationFeatures Class Reference

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

Public Member Functions

OutstationFeatures WithSelfAddress (bool value)
 Respond to the self address More...
 
OutstationFeatures WithBroadcast (bool value)
 Process valid broadcast messages More...
 
OutstationFeatures WithUnsolicited (bool value)
 Respond to enable/disable unsolicited response and produce unsolicited responses More...
 
 OutstationFeatures ()
 Initialize to default values More...
 

Public Attributes

bool SelfAddress
 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...
 

Detailed Description

Optional outstation features that can be enabled or disabled

Constructor & Destructor Documentation

◆ OutstationFeatures()

dnp3.OutstationFeatures.OutstationFeatures ( )
inline

Initialize to default values

Default values:

Member Function Documentation

◆ WithBroadcast()

OutstationFeatures dnp3.OutstationFeatures.WithBroadcast ( bool  value)
inline

Process valid broadcast messages

◆ WithSelfAddress()

OutstationFeatures dnp3.OutstationFeatures.WithSelfAddress ( bool  value)
inline

Respond to the self address

◆ WithUnsolicited()

OutstationFeatures dnp3.OutstationFeatures.WithUnsolicited ( bool  value)
inline

Respond to enable/disable unsolicited response and produce unsolicited responses

Member Data Documentation

◆ Broadcast

bool dnp3.OutstationFeatures.Broadcast

Process valid broadcast messages

◆ SelfAddress

bool dnp3.OutstationFeatures.SelfAddress

Respond to the self address

◆ Unsolicited

bool dnp3.OutstationFeatures.Unsolicited

Respond to enable/disable unsolicited response and produce unsolicited responses


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