.Modelica_DeviceDrivers.Communication.TCPIPServer_.acceptedClients

Interface

function acceptedClients
  extends Modelica.Icons.Function;
  input Modelica_DeviceDrivers.Communication.TCPIPServer tcpipserver;
  input Integer maxClients "Number of clients for which the tcpipserver object was configured";
  output Boolean acceptedClients[maxClients] "=true, a client was accepted at the respective index position";
end acceptedClients;

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