TwclWiFiInterface.GetSecondarySta(Boolean) Method

Querying dual-STA synchronized connections state.

Namespace: wclWiFi
public
 function GetSecondarySta(out Enabled: Boolean): Integer;

Parameters

Enabled
Type: Boolean

A Boolean value indicating whether the primary and secondary STA connections are synchronized.

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.

To determine whether an adapter will automatically connect over the secondary STA interface following a connection over the primary STA interface, your application can call this method.