Searched refs:tcp (Results 1 – 1 of 1) sorted by relevance
589 public InputThread(TcpClient tcp) in InputThread() argument592 tcp_client = tcp; in InputThread()593 stream = tcp.GetStream(); in InputThread()598 public InputThread(TcpClient tcp, Stream input, Encoding targetEncoding) in InputThread() argument601 tcp_client = tcp; in InputThread()603 stream = tcp.GetStream(); in InputThread()683 public ConsoleInputNative(TcpClient tcp, Encoding targetEncoding) in ConsoleInputNative() argument686 stream = tcp.GetStream(); in ConsoleInputNative()873 private TcpClient tcp = null; field in Nintendo.SDSG.CatToucan1067 tcp = new TcpClient(); in RelaySerialCharacters()[all …]