:Open


Class

     aprICMP()

 

Syntax

     :Open() --> hSession

 

Return

If the function succeeds, the return value is a handle to the client session.

If the function fails, the return value is INVALID_CLIENT.

To get extended error information, call :nErr and :cErr Methods.

 

Description

The :Open() Method creates a raw socket for sending and receiving ICMP datagrams.

 

See Also
:Close(), :OpenEx()