.Modelica_DeviceDrivers.Communication.UDPSocket_.getReceivedBytes

Information

Deprecated function. Don't use it.

Kept for backward compatibility. Only very limited use since due to thread parallelism (the listening UDP socket is run in a dedicated thread) the returned value may already be outdated when it is returned or when a later conditional action is based on the returned value.

Interface

encapsulated function getReceivedBytes
  import Modelica;
  extends Modelica.Icons.Function;
  extends Modelica.Icons.ObsoleteModel;
  import Modelica_DeviceDrivers.Communication.UDPSocket;
  input UDPSocket socket;
  output Integer receivedBytes "number of Bytes received";
end getReceivedBytes;

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