Check if a client at the specified index has been accepted by the server.
function hasAcceptedClient extends Modelica.Icons.Function; input Modelica_DeviceDrivers.Communication.TCPIPServer tcpipserver; input Integer clientIndex; output Boolean accepted; end hasAcceptedClient;