.Modelica_DeviceDrivers.Communication.TCPIPServer.constructor

Information

Creates a TCP/IP socket server instance.

Interface

encapsulated function constructor
  import Modelica;
  extends Modelica.Icons.Function;
  import Modelica_DeviceDrivers.Communication.TCPIPServer;
  input Integer port "The listening port of the server";
  input Integer maxClients = 1 "Maximum number of clients that can connect simultaneously";
  input Boolean useNonblockingMode = true "=true, use non-blocking TCP/IP socket, otherwise receiving and sending will block";
  output TCPIPServer tcpipserver;
end constructor;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos