xHarbour Reference Documentation > Function Reference |
Creates a raw, unconnected socket.
INetCreate() --> pSocket
The functions returns a pointer to an unconnected socket.
INetCreate() creates the raw data of a socket, that can be configured further before establishing a connection on the socket with INetAccept() or INetConnect(). For example, a timeout value or callback information can be added to a socket before it is passed to a connection function.
See also: | INetAccept(), INetConnect(), INetSetPeriodCallback(), INetSetTimeout() |
Category: | Internet functions , Sockets functions , xHarbour extensions |
Source: | vm\inet.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com