[Overview][Constants][Types][Classes] | Reference for unit 'lNet' (#LNet) |
Resets the socket iterator
Source position: lnet.pp line 396
public procedure TLTcp.IterReset; override; |
This method is used to reset the socket iterator to the first socket. In case of client, this is the only socket. In case of server it now points to the listening server socket. You should use IterNext on server right after IterReset to get to the first connected socket! (the server one is just listening, for new connections)
No notes exist for this page yet.