.AixLib.Controls.HVACAgentBasedControl.BaseClasses.Internal.sendTo

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

encapsulated function sendTo
  import Modelica;
  extends Modelica.Icons.Function;
  import Modelica_DeviceDrivers.Communication.UDPSocket;
  import Modelica_DeviceDrivers.Packaging.SerialPackager;
  input 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 SerialPackager pkg;
  input Integer dataSize "Size of data";
end sendTo;

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