Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/cafex/
DCharacter stream dumper.cs589 public InputThread(TcpClient tcp) in InputThread() argument
592 tcp_client = tcp; in InputThread()
593 stream = tcp.GetStream(); in InputThread()
598 public InputThread(TcpClient tcp, Stream input, Encoding targetEncoding) in InputThread() argument
601 tcp_client = tcp; in InputThread()
603 stream = tcp.GetStream(); in InputThread()
683 public ConsoleInputNative(TcpClient tcp, Encoding targetEncoding) in ConsoleInputNative() argument
686 stream = tcp.GetStream(); in ConsoleInputNative()
873 private TcpClient tcp = null; field in Nintendo.SDSG.CatToucan
1067 tcp = new TcpClient(); in RelaySerialCharacters()
[all …]