dnp3 (.NET API) 1.1.0
|
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... | |
Optional outstation features that can be enabled or disabled
|
inline |
Initialize to default values
Default values:
|
inline |
Process valid broadcast messages
|
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.SelfAddress |
Respond to the self address
bool dnp3.OutstationFeatures.Unsolicited |
Respond to enable/disable unsolicited response and produce unsolicited responses