TwclWiFiInterface.GetCountyOrRegions(TwclWiFiCountryOrRegions) Method

Reads the WiFi interface supported Countries or Regions list.

Namespace: wclWiFi
public
 function GetCountyOrRegions(out List: TwclWiFiCountryOrRegions): Integer;

Parameters

List
Type: TwclWiFiCountryOrRegions

The supported Countries and Regions List.

Return Value

Type: Integer

If the function succeed the return value is wclErrors.WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

The caller is responsible for clear memory allocated for the List dynamic array.