ServerOpts#

class ServerOpts(name, address, port)[source]#

Bases: object

Server Options. A helper class to correctly define server options. Used for the setup of do_mpc.opcua.RTServer

Parameters:
  • name (str) – Name of the server.

  • address (str) – URL of the server <scheme>://<netloc>/<path>;<params>?<query>#<fragment>.

  • port (int) – Used port number (Argument is currently not used).

Methods#

Attributes#

name#

ServerOpts.name: str#

address#

ServerOpts.address: str#

port#

ServerOpts.port: int#