| Home | All functions | Categories |
vuNetworkPresent(), Signed
Detects whether a network is present and returns the type of network detected.
| Parameter | Data Type | Description |
|---|---|---|
| None | This function takes no parameters. |
A LONG value:
CASE vuNetworkPresent()
OF 0
MESSAGE('No network detected.')
OF 1
MESSAGE('LAN connection detected.')
OF 2
MESSAGE('Internet connection detected.')
END
| Home | All functions | Categories |