xHarbour Reference Documentation > Function Reference |
Queries a timout value for a socket.
INetGetTimeout( <pSocket> ) --> nMilliSecs
The function returns a timeout value in milliseconds as a numeric value. If not set, -1 is returned. This value stands for "infinity".
Function INetGetTimeout() is used to query a timeout value set with INetSetTimeout() for a socket.
See also: | INetClearTimeout(), INetCreate(), INetGetTimeout(), INetSetPeriodCallback(), INetSetTimeout() |
Category: | Internet functions , Sockets functions , xHarbour extensions |
Source: | vm\INet.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com