Files
RCBASIC4/doc/files/tcp_acceptsocket.txt
2026-02-26 15:33:51 -06:00

6 lines
218 B
Plaintext

#title TCP_AcceptSocket [RCBasic Doc]
#header Function TCP_AcceptSocket(server)
Attempts to accept a connection from a server socket. If successful it will return a client socket id. If it fails it will return -1.