xHarbour Reference Documentation > Function Reference |
Queries a callback associated with a socket.
INetGetPeriodCallback( <pSocket> ) --> aExecutableArray
The function returns the callback information associated with <pSocket>, or NIL if no callback is set.
This function queries the callback information from a socket and, if present, returns it as an executable array. The callback must be previously set with INetSetPeriodCallback().
See also: | HB_ExecFromArray(), INetClearPeriodCallback(), 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