Searched refs:HandleReceivedMessage (Results 1 – 2 of 2) sorted by relevance
40 public bool HandleReceivedMessage(ProtocolMessage message) in HandleReceivedMessage() method in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedUART72 connection.OnReceive += HandleReceivedMessage; in OnConnectionAttached()77 connection.OnReceive -= HandleReceivedMessage; in OnConnectionDetached()
320 … cosimConnection = new SocketConnection(this, timeout, HandleReceivedMessage, address); in SetupConnection()324 cosimConnection = new LibraryConnection(this, timeout, HandleReceivedMessage); in SetupConnection()369 private void HandleReceivedMessage(ProtocolMessage message) in HandleReceivedMessage() method in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.CoSimulationConnection