Receive a network frame
encapsulated function receiveFrame import Modelica_Synchronous.WorkInProgress.Incubate.TrueTime.ExternalC.Network; input Network networkHandle "Handle to network simulator object"; input Integer frameID "Frame identifier"; input Real currTime "Current time"; input Real u "Dummy input for correct incidence"; output Real data "Received data"; end receiveFrame;