Searched refs:ioSource (Results 1 – 2 of 2) sorted by relevance
26 ioSource = new SimpleActiveIOSource(); in AttachTo()27 ioProvider.Backend = ioSource; in AttachTo()54 ioSource.ByteWritten += WriteToClient; in StartServer()67 ioSource.InvokeByteRead(c); in WriteToUart()70 private SimpleActiveIOSource ioSource; field in Antmicro.Renode.Analyzers.SocketUartAnalyzer
65 if(!provider.TryOpen(Name, out IIOSource ioSource, isMonitorWindow)) in Show()70 IO.Backend = ioSource; in Show()