Searched refs:TryReceiveMessage (Results 1 – 4 of 4) sorted by relevance
120 public bool TryReceiveMessage(out ProtocolMessage message) in TryReceiveMessage() method in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.SocketConnection127 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
18 bool TryReceiveMessage(out ProtocolMessage message); in TryReceiveMessage() method
67 public bool TryReceiveMessage(out ProtocolMessage message) in TryReceiveMessage() method in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.LibraryConnection
361 if(!cosimConnection.TryReceiveMessage(out var message)) in Receive()