dnp3
0.9.0
|
List of IP endpoints. More...
Public Member Functions | |
EndpointList (string mainEndpoint) | |
Create a new list of IP endpoints. More... | |
void | Add (string endpoint) |
Add an IP endpoint to the list. More... | |
List of IP endpoints.
You can write IP addresses or DNS names and the port to connect to. e.g. "127.0.0.1:20000" or "dnp3.myorg.com:20000".
|
inline |
Create a new list of IP endpoints.
You can write IP addresses or DNS names and the port to connect to. e.g. "127.0.0.1:20000" or "dnp3.myorg.com:20000".
mainEndpoint | Main endpoint |
|
inline |
Add an IP endpoint to the list.
You can write IP addresses or DNS names and the port to connect to. e.g. "127.0.0.1:20000" or "dnp3.myorg.com:20000".
endpoint | Endpoint to add to the list |