Section courante

A propos

Section administrative du site

CONNECT

Connexion
Free Pascal Sockets

Syntaxe

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

Description

Cette fonction permet d'ouvrir une connexion à un serveur de socket.



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