![]() |
dnp3 (.NET API) 1.6.0
|
Class with methods used to spawn servers More...
Inherits IDisposable.
Public Member Functions | |
| void | Dispose () |
| Shutdown down the server More... | |
Static Public Member Functions | |
| static MasterServer | CreateTcpServer (Runtime runtime, string localAddr, LinkIdConfig linkIdConfig, IConnectionHandler connectionHandler) |
| Spawn a TCP server that accepts connections from outstations More... | |
Class with methods used to spawn servers
|
inlinestatic |
Spawn a TCP server that accepts connections from outstations
The behavior of each connection is controlled by callbacks to a user-defined implementation of a IConnectionHandler.
| runtime | Runtime on which to spawn the server |
| localAddr | Local address on which the server will accept connections |
| linkIdConfig | Configuration used when identifying outstations based on received link-frames |
| connectionHandler | Callbacks used to accept and start communication sessions |
| ParamException |
|
inline |
Shutdown down the server