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) – IP address of the server.

  • port (int) – Used port number.

Methods#

Attributes#

name#

ServerOpts.name: str#

address#

ServerOpts.address: str#

port#

ServerOpts.port: int#