Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DSocketConnection.cs101 public bool TrySendMessage(ProtocolMessage message) in TrySendMessage() method in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.SocketConnection
108 return mainSocketCommunicator.TrySendMessage(message); in TrySendMessage()
117 return TrySendMessage(message); in TryRespond()
154TrySendMessage(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
DICoSimulationConnection.cs16 bool TrySendMessage(ProtocolMessage message); in TrySendMessage() method
DCoSimulationConnection.cs221 if(!cosimConnection.TrySendMessage(message)) in Send()
335 …if(!cosimConnection.TrySendMessage(new ProtocolMessage(ActionType.TickClock, 0, limitBuffer, Proto… in SetupConnection()
DLibraryConnection.cs43 public bool TrySendMessage(ProtocolMessage message) in TrySendMessage() method in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.LibraryConnection