ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / WiFi functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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: Calling this function is not mandatory.. The first available Wi-Fi network card is used by default.
Example
sMaListe is string
nID is int  
sDescription is string

sMaListe = WiFiListNetworkCard()
// Récupère l'identifiant de la première carte trouvée
nID = Val(ExtractString(sMaListe, 1, TAB))
// Sélectionne la carte 
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: wd300com.dll
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help