![]() |
dnp3 (.NET API) 1.5.2
|
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 | WithRespondToAnyMaster (bool value) |
| Outstation will process every request as if it came from the configured master address 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... | |
| bool | RespondToAnyMaster |
| Outstation will process every request as if it came from the configured master address More... | |
Optional outstation features that can be enabled or disabled
|
inline |
Initialize to default values
Default values:
|
inline |
Process valid broadcast messages
|
inline |
Outstation will process every request as if it came from the configured master address
This feature is a hack that can make configuration of some systems easier/more flexible, but should not be used when unsolicited reporting is also required.
|
inline |
Respond to the self address
|
inline |
Respond to enable/disable unsolicited response and produce unsolicited responses
| bool dnp3.OutstationFeatures.Broadcast |
Process valid broadcast messages
| bool dnp3.OutstationFeatures.RespondToAnyMaster |
Outstation will process every request as if it came from the configured master address
This feature is a hack that can make configuration of some systems easier/more flexible, but should not be used when unsolicited reporting is also required.
| bool dnp3.OutstationFeatures.SelfAddress |
Respond to the self address
| bool dnp3.OutstationFeatures.Unsolicited |
Respond to enable/disable unsolicited response and produce unsolicited responses