Home
last modified time | relevance | path

Searched refs:TryReceiveMessage (Results 1 – 4 of 4) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DSocketConnection.cs120 public bool TryReceiveMessage(out ProtocolMessage message) in TryReceiveMessage() method in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.SocketConnection
127 return mainSocketCommunicator.TryReceiveMessage(out message); in TryReceiveMessage()
243 else if(asyncSocketCommunicator.TryReceiveMessage(out var message)) in ReceiveLoop()
314 if(!TryReceiveMessage(out var result)) in TryHandshake()
436 public bool TryReceiveMessage(out ProtocolMessage message) in TryReceiveMessage() method in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.SocketConnection.SocketCommunicator
DICoSimulationConnection.cs18 bool TryReceiveMessage(out ProtocolMessage message); in TryReceiveMessage() method
DLibraryConnection.cs67 public bool TryReceiveMessage(out ProtocolMessage message) in TryReceiveMessage() method in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.LibraryConnection
DCoSimulationConnection.cs361 if(!cosimConnection.TryReceiveMessage(out var message)) in Receive()