Section courante

A propos

Section administrative du site

ACCEPT

Accepte
Free Pascal Sockets

Syntaxe

Function Accept(Sock:LongInt;Var addr:TInetSockAddr;Var SockIn:file;Var SockOut:file):Boolean;
Function Accept(Sock:LongInt;Var addr:TInetSockAddr;Var SockIn:text;Var SockOut:text):Boolean;
Function Accept(Sock:LongInt;Var addr:String;Var SockIn:Text;Var SockOut:Text):Boolean;
Function Accept(Sock:LongInt;Var addr:String;Var SockIn:file;Var SockOut:file):Boolean;

Description

Cette fonction permet d'accepter une connexion depuis un socket.



Dernière mise à jour : Lundi, le 24 Août 2020