Category > Sockets functions xHarbour Developers Network  

 
ItemDescription
INetAccept()Waits for an incoming connection on a server side socket.
INetAddress()Determines the internet address of a remote station.
INetCleanup()Releases memory resources for sockets.
INetClearError()Resets the last error code of a socket.
INetClearPeriodCallback()Voids a callback function for a socket.
INetClearTimeout()Voids a timout value for a socket.
INetClose()Closes a connection on a socket.
INetConnect()Establishes a sockets connection to a server.
INetConnectIP()Establishes a sockets connection to a server using the IP address.
INetCount()Returns the number of bytes transferred in the last sockets operation
INetCreate()Creates a raw, unconnected socket.
INetCRLF()Returns new line characters used in internet communications.
INetDataReady()Tests if incoming data is available to be read.
INetDGram()Creates an unbound datagram oriented socket.
INetDGramBind()Creates a bound datagram oriented socket.
INetDGramRecv()Reads data from a datagram socket.
INetDGramSend()Sends data to a datagram socket.
INetErrorCode()Returns the last sockets error code.
INetErrorDesc()Returns a descriptive error message
INetGetAlias()Retrieves alias names from a server.
INetGetHosts()Queries IP addresses associated with a name.
INetGetPeriodCallback()Queries a callback associated with a socket.
INetGetTimeout()Queries a timout value for a socket.
INetInit()Initializes the sockets subsystem.
INetPort()Determines the port number a socket is connected to.
INetRecv()Reads data from a socket.
INetRecvAll()Reads all data from a socket.
INetRecvEndblock()Reads one block of data until an end-of-block marker is detected.
INetRecvLine()Reads one line of data until CRLF is detected.
INetSend()Sends data to a socket.
INetSendAll()Sends all data to a socket.
INetServer()Creates a server side socket.
INetSetPeriodCallback()Associates callback information with a socket.
INetSetTimeout()Sets a timout value in milliseconds for a socket.


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe