banner

External.IsICSAvailable method

Determines if there is a shared Internet connection on the home network.

Syntax

window.external.IsICSAvailable;

Parameters None
Return Values Boolean
Value Description
0 No shared Internet connection exists on the home network.
1 Shared connection exists on the home network.
Applies To window.external
Example
bICSExists = window.external.IsICSAvailable();