dnp3  0.9.0
Public Member Functions | List of all members
dnp3.EndpointList Class Reference

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...
 

Detailed Description

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".

Constructor & Destructor Documentation

◆ EndpointList()

dnp3.EndpointList.EndpointList ( string  mainEndpoint)
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".

Parameters
mainEndpointMain endpoint
Returns
New endpoint list

Member Function Documentation

◆ Add()

void dnp3.EndpointList.Add ( string  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".

Parameters
endpointEndpoint to add to the list

The documentation for this class was generated from the following file: