ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / WiFi functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
WiFiSelectNetworkCard (Function)
In french: WiFiSelectCarteRéseau
Selects the Wi-Fi network card that will be used for the next calls to the WiFi functions.
Remark: The call to this function is optional. The first available Wi-Fi network card is used by default.
Example
sMyList is string
nID is int  
sDescription is string
 
sMyList = WiFiListNetworkCard()
// Retrieves the identifier of the first card found
nID = Val(ExtractString(sMyList, 1, TAB))
// Selects the card
WiFiSelectNetworkCard(nID)
Syntax
<Result> = WiFiSelectNetworkCard(<Identifier of network card>)
<Result>: Boolean
  • True if the Wi-Fi network card was selected.
  • False otherwise. ErrorInfo returns more details about the problem (e.g. if the Wi-Fi network card is no longer available).
<Identifier of network card>: Character string
Identifier of Wi-Fi network card to select. This identifier is returned by WiFiListNetworkCard.
Component: wd290com.dll
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help