Index // NetClose


Format:

netclose
netclose( )
netclose socket_number
netclose( socket_number )

Description:

Close the specified network connection (socket). If socket_number is not specified socket number zero (0) will be used.

See Also:

NetAddress, NetConnect, NetData, NetListen, NetRead, NetWrite

Example:

See example of usage on NetConnect page.

Revised:

0.9.6.31