Searched refs:ByteRead (Results 1 – 2 of 2) sorted by relevance
54 var br = ByteRead; in HandleInput()61 public bool IsAnythingAttached { get { return ByteRead != null; } }63 public event Action<int> ByteRead; event in Antmicro.Renode.UI.TerminalIOSource
81 io.ByteRead += b => CallCharReceived((byte)b); in Initialize()