|
|
|
|
WiFiConnectionInfo (Function) In french: WiFiInfoConnexion Returns the requested information about the current Wi-Fi connection of the device. Info(StringBuild("Your current connection speed is equal to %1 Mbps ", WiFiConnectionInfo(wifiSpeed)))
Syntax
<Result> = WiFiConnectionInfo([<Type of information>])
<Result>: Character string - Requested information. If several types of information are requested, each type of information is separated by a CR character (Carriage Return).
The order in which the information is returned (if requested) is as follows: wifiSSID + wifiBSSID + wifiIPAddress + wifiMacAddress + wifiSpeed + wifiIDNetwork - Empty string ("") if the device is not connected to a Wi-Fi access point. The ErrorOccurred variable is set to True. ErrorInfo returns more information on the error.
<Type of information>: Optional Integer constant Requested information: | | wifiAll (Default value) | Full information about the connection (corresponds to wifiSSID + wifiBSSID + wifiIPAddress + wifiMacAddress + wifiSpeed + wifiIDNetwork). | wifiBSSID | BSSID (Basic Service Set Identifier) of the access point of the connection. | wifiIDNetwork | - Identifier of the network to which the device is connected,
- Empty string ("") if the device is connected to no identified network.
| wifiIPAddress | IP address associated with the connection. | wifiMACAddress | Wi-Fi Mac address of the device. Caution: From Android SDK version 6, the Mac address returned has the following format "02:00:00:00:00:00". | wifiSpeed | Speed of the Wi-Fi link (expressed in Mbps). | wifiSSID | SSID (Service Set Identifier) of the Wi-Fi network to which the device is connected. |
Related Examples:
|
Cross-platform examples (WINDEV Mobile): WM System
[ + ] This application is an example of some of the features of WINDEV Mobile available for Android/iOS. The following system functions are used: - NFC - Multimedia control - Brightness - Volume - Wi-Fi - Bluetooth - Toast - Compass - Accelerometer - Camera control - LED - Vibration - Notifications - Drawing functions - Internet
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|