This shows you the differences between two versions of the page.
— |
check_network_status [2019/01/09 10:33] (current) akuzmuk created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Check network status functions ===== | ||
+ | |||
+ | ==== IsInternetConnectionAlive ==== | ||
+ | The IsInternetConnectionAlive function returns 1 when Internet connection is active and working. Otherwise it returns 0. The function is available since version 3.2. | ||
+ | |||
+ | ==== IsVPNConnectionAlive ==== | ||
+ | The IsVPNConnectionAlive function returns 1 when VPN connection is active and working. Otherwise it returns 0. The function is available since version 3.2. | ||