18 lines
449 B
HTML
18 lines
449 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>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |