SIMATIC Automation Tool API for .NET framework
6.5 The Network class
SIMATIC Automation Tool V2.1 user guide
Manual, V2.1.1 07/2016, A5E33042676-AC
73
The .NET class Network performs functions using a network interface card (NIC) installed on
the PG/PC. The
Network class is used to scan for available interface cards and to select the
interface card that communicates with the industrial network.
To interact with the industrial network, your program declares a variable of type Network, as
follows:
Network myNetwork = new Network();
You can use this object to find available network interfaces, and select the network interface
to use.