[Overview][Constants][Types][Classes] | Reference for unit 'lNet' (#LNet) |
Accepts new connection on a listening socket
Source position: lnet.pp line 135
public function TLSocket.Accept( |
const SerSock: Integer |
):Boolean; |
SerSock |
|
The server TLSocket which listens for new connections |
Returns true on success
This method accepts a new connection. The argument is the server socket on which listens for new connections.
No notes exist for this page yet.