accept method

Pointer<TCPsocket> accept()

Implementation

Pointer<TCPsocket> accept() {
  // 194
  return sdlNetTcpAccept(this);
}