|
|
|
|
|
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. sMaListe is string
nID is int
sDescription is string
sMaListe = WiFiListNetworkCard()
nID = Val(ExtractString(sMaListe, 1, TAB))
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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|