Searched refs:TrySendMessage (Results 1 – 4 of 4) sorted by relevance
101 public bool TrySendMessage(ProtocolMessage message) in TrySendMessage() method in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.SocketConnection108 return mainSocketCommunicator.TrySendMessage(message); in TrySendMessage()117 return TrySendMessage(message); in TryRespond()154 …TrySendMessage(new ProtocolMessage(ActionType.Disconnect, 0, 0, ProtocolMessage.NoPeripheralIndex)… in Abort()309 …if(!TrySendMessage(new ProtocolMessage(ActionType.Handshake, 0, 0, ProtocolMessage.NoPeripheralInd… in TryHandshake()422 public bool TrySendMessage(ProtocolMessage message) in TrySendMessage() method in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.SocketConnection.SocketCommunicator
16 bool TrySendMessage(ProtocolMessage message); in TrySendMessage() method
221 if(!cosimConnection.TrySendMessage(message)) in Send()335 …if(!cosimConnection.TrySendMessage(new ProtocolMessage(ActionType.TickClock, 0, limitBuffer, Proto… in SetupConnection()
43 public bool TrySendMessage(ProtocolMessage message) in TrySendMessage() method in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.LibraryConnection