LOl i found this
SCAR Code:function OpenConnection(Host: string; Port, TimeOut: Integer): Integer;
Creates new socket connection to specified host and port. Returns connection handle if successful.
wut does it do, and how is it used??
LOl i found this
SCAR Code:function OpenConnection(Host: string; Port, TimeOut: Integer): Integer;
Creates new socket connection to specified host and port. Returns connection handle if successful.
wut does it do, and how is it used??


the host name, port, and timeout.. >.>
it says it all in there..
you could google it..

versatility.. just like it's http support..
You can use it to open a connection to send/receive data from a socket.
SCAR Code:Var
C : Integer;
Begin
C := OpenConnection(Params);
If IsConnectionOpen(C) Then
WriteLn('Connected.');
End.
Ce ne sont que des gueux
There are currently 1 users browsing this thread. (0 members and 1 guests)