The GseosNet module exposes the Python interface to the GSEOS networking functionality.
The status of the network module as a datasource can be queried with IsEnabled(). Enable() and Disable() will activate or disactivate the network as a data source.
The client and server connections can be queried and managed with the client and server methods. These methods take the connection name as a parameter to identify the connection to manipulate. ClientConnect() will try to establish a connection and ClientDisconnect() will terminate a connection if it is connected. ClientStatus() returns the status of the connection.
ServerStatus() returns the current status of a server connection and ServerReset() terminates a server connection if it is connected and goes back to listening on the configured server port.