Files
RCBASIC4/doc/files/tcp_acceptsocket.txt
2024-12-15 13:58:51 -05:00

5 lines
217 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.