[Overview][Constants][Types][Procedures and functions] | Reference for unit 'Sockets' (#rtl) |
Convert socket to text file descriptors
Source position: socketsh.inc line 197
procedure Sock2Text( |
Sock: LongInt; |
var SockIn: Text; |
var SockOut: Text |
); |
Sock2Text transforms a socket Sock into 2 Pascal file descriptors of type Text, one for reading from the socket (SockIn), one for writing to the socket (SockOut).
None.
|
Create new socket |
|
|
Convert socket to untyped file descriptors |
No notes exist for this page yet.