|
dnp3
0.9.0
|
Handle to the underlying runtime More...
Public Member Functions | |
| Runtime (RuntimeConfig config) | |
| Creates a new runtime for running the protocol stack. More... | |
| void | Shutdown () |
| Destroy a runtime. More... | |
Handle to the underlying runtime
|
inline |
Creates a new runtime for running the protocol stack.
Warning: The runtime should be kept alive for as long as it's needed and it should be released with Runtime.Shutdown()
| config | Runtime configuration |
null if an error occurred| ParamException |
|
inline |
Destroy a runtime.
This method will gracefully wait for all asynchronous operation to end before returning
1.8.16