tcpOpen method

Pointer<TCPsocket> tcpOpen()

Implementation

Pointer<TCPsocket> tcpOpen() {
  // 172
  return sdlNetTcpOpen(this);
}