17 lines
495 B
HTML
17 lines
495 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, client) </h2></p>
|
|
<p>
|
|
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.
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |