TwclWiFiSoftAP.Start(string) Method

Starts the WiFi Direct Legacy Soft AP in Open Authentication (Open Network) mode.

Namespace: wclWiFi
public
 function Start(const Ssid: string): Integer; overload;

Parameters

Ssid
Type: string

The Soft AP SSID. If the parameter is an empty string the auto generated SSID will be used. An application can read the current SSID of the Soft AP by calling GetSsid method.

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.