Files
RCBASIC4/doc/doc_files/tcp_acceptsocket.html
2025-01-25 23:53:43 -05:00

17 lines
442 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>TCP_AcceptSocket [RCBasic Doc] </title>
</head>
<body>
<p><h2>function TCP_AcceptSocket(server) </h2></p>
<p>
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.
</p>
<p>
</body>
</html>