|
|
|
|
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.
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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|