![]() |
dnp3 (.NET API) 1.6.0
|
UDP outstation configuration More...
Public Member Functions | |
| OutstationUdpConfig | WithLocalEndpoint (string value) |
| Local endpoint to which the UDP socket is bound. Must be a socket address (ip:port) More... | |
| OutstationUdpConfig | WithRemoteEndpoint (string value) |
| Remote endpoint where outbound requests are sent. Must be a socket address (ip:port) More... | |
| OutstationUdpConfig | WithSocketMode (UdpSocketMode value) |
| UDP socket mode to use More... | |
| OutstationUdpConfig | WithLinkReadMode (LinkReadMode value) |
| Read mode to use, this should typically be set to LinkReadMode.Datagram More... | |
| OutstationUdpConfig | WithRetryDelay (TimeSpan value) |
| Period to wait before retrying after a failure to bind or connect the UDP socket More... | |
| OutstationUdpConfig (string localEndpoint, string remoteEndpoint) | |
| Initialize the configuration with default settings for unspecified parameter More... | |
Public Attributes | |
| string | LocalEndpoint |
| Local endpoint to which the UDP socket is bound. Must be a socket address (ip:port) More... | |
| string | RemoteEndpoint |
| Remote endpoint where outbound requests are sent. Must be a socket address (ip:port) More... | |
| UdpSocketMode | SocketMode |
| UDP socket mode to use More... | |
| LinkReadMode | LinkReadMode |
| Read mode to use, this should typically be set to LinkReadMode.Datagram More... | |
| TimeSpan | RetryDelay |
| Period to wait before retrying after a failure to bind or connect the UDP socket More... | |
UDP outstation configuration
|
inline |
Initialize the configuration with default settings for unspecified parameter
Default values:
| localEndpoint | Local endpoint to which the UDP socket is bound. Must be a socket address (ip:port) |
| remoteEndpoint | Remote endpoint where outbound requests are sent. Must be a socket address (ip:port) |
|
inline |
Read mode to use, this should typically be set to LinkReadMode.Datagram
|
inline |
Local endpoint to which the UDP socket is bound. Must be a socket address (ip:port)
|
inline |
Remote endpoint where outbound requests are sent. Must be a socket address (ip:port)
|
inline |
Period to wait before retrying after a failure to bind or connect the UDP socket
|
inline |
UDP socket mode to use
| LinkReadMode dnp3.OutstationUdpConfig.LinkReadMode |
Read mode to use, this should typically be set to LinkReadMode.Datagram
| string dnp3.OutstationUdpConfig.LocalEndpoint |
Local endpoint to which the UDP socket is bound. Must be a socket address (ip:port)
| string dnp3.OutstationUdpConfig.RemoteEndpoint |
Remote endpoint where outbound requests are sent. Must be a socket address (ip:port)
| TimeSpan dnp3.OutstationUdpConfig.RetryDelay |
Period to wait before retrying after a failure to bind or connect the UDP socket
| UdpSocketMode dnp3.OutstationUdpConfig.SocketMode |
UDP socket mode to use