Files
RCBASIC4/doc/files/tcp_acceptsocket.txt
2024-10-06 17:07:06 -04:00

5 lines
270 B
Plaintext

#title TCP_AcceptSocket [RCBasic Doc]
#header function TCP_AcceptSocket(server, client)
Attempts to accept a connection from a server socket. If successful it will open a client socket to communicate with the server and return true. If it fails it will return false.