5 lines
270 B
Plaintext
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.
|