InetError event (ILEADRasterInet)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

void InetError (short iComputer, short iMessage, short iError);

Overview

Refer to Implementing Internet Functionality.

Remarks

Generated when a network error has occurred.

Possible network errors are:

Setting

Description

ERROR_HOST_RESOLVE

20270 can't resolve hostname

ERROR_CANT_INITIALIZE

20271 can't initialize network

ERROR_NO_CONNECTION

20272 no open network connections

ERROR_HOST_NOT_FOUND

20273 hostname not found

ERROR_NOT_SERVER

20274 computer is not a server

ERROR_NO_CONNECTIONS

20275 no connection requests waiting

ERROR_CONNECT_REFUSED

20276 connection was refused

ERROR_IS_CONNECTED

20277 computer is connected

ERROR_NET_UNREACH

20278 network is unreachable from host

ERROR_TIME_OUT

20279 connect attempt time out without connecting

ERROR_NET_DOWN

20280 network subsystem is down

ERROR_NO_BUFFERS

20281 no buffer space is available, to many connections

ERROR_NO_FILE_DESCR

20282 no more file handle available

ERROR_DATA_QUEUED

20283 data has been queued to send later

ERROR_UNKNOWN

20284 unknown network error has occurred

ERROR_CONNECT_RESET

20285 connection was reset - socket might be unusable

ERROR_TRANSFER_ABORTED

20286 transfer was aborted

For a complete list of error codes, refer to ErrorCodes.

See Also

Elements:

InetConnect method, InetAcceptConnect method, InetAccept event, InetDisconnect method, InetSendData method, InetSendBitmap method, InetSendDIB method, InetSendSound method

Topics

Working with Internet Functionality: Network Connections