ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Finding out the current activation status of Wi-Fi on the current computer Hide the details
Current activation status of Wi-Fi:wifiEnabledThe Wi-Fi is enabled on the device.wifiActivationInProgressThe Wi-Fi is being enabled on the device. This constant is not available.wifiDisabledThe Wi-Fi is disabled on the device.wifiDeactivationInProgressThe Wi-Fi is being disabled on the device. This constant is not available.wifiErrorThe activation status of Wi-Fi cannot be retrieved. This constant does not correspond to a possible option.
Enabling the notification for changes of Wi-Fi activation Hide the details
WLanguage procedure ("callback" procedure) called when the activation status of Wi-Fi changes on the device. This procedure has the following format : PROCEDURE <Procedure name> (<New status>, <Former status>) where: <New status> is an integer corresponding ot the new activation status of Wi-Fi on the device <Former status> is an integer corresponding to the activation status of Wi-Fi on the device before the change of status.The parameters of this procedure are optional. There is no need to pass parameters to this procedure. Indeed, these parameters are automatically filled during each call.If this parameter corresponds to an empty string (""), the notifications will not be sent anymore when the status changes. The function has no effect if no notification request was performed.
Required permissions
Last update: 12/16/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: