InetConnected event (ILEADRasterInet)
void InetConnected (short iComputer); | |
Overview |
Refer to Implementing Internet Functionality. |
Remarks
Generated when the local computer is successfully connected to a remote computer.
A connection can be made in two ways:
1) Setup the local computer as a server and listen for connections using the InetServerInit method. When connection requests are received, open the connection using the InetAcceptConnect method.
2) Connect to an existing server using the InetConnect method.
To disconnect from a remote computer, use the InetDisconnect method
See Also
Elements: |
InetServerInit method, InetConnect method, InetAcceptConnect method, InetAccept event, InetDisconnected event, InetError event, InetDisconnect method, ConnectList property |
Topics |