.AixLib.Controls.HVACAgentBasedControl.BaseClasses.Internal.sendToUDP

Information

The function was copied from the Modelica_DeviceDrivers library and changed to the degree that the variable "port" is no longer of the type Integer but Real instead.

Interface

function sendToUDP
  extends Modelica.Icons.Function;
  input Modelica_DeviceDrivers.Communication.UDPSocket socket;
  input String ipAddress "IP address where data has to be sent";
  input Real port "Port number where data has to be sent";
  input Modelica_DeviceDrivers.Packaging.SerialPackager pkg;
  input Integer dataSize "Size of data";
  input Real dummy;
  output Real dummy2;
end sendToUDP;

Generated at 2024-11-26T19:26:15Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos