TwclWiFiHostedNetwork.GetConnectedPeers(TwclWiFiHostedNetworkConnectedPeers) Method

Gets the list of currently connected peers.

Namespace: wclWiFi
public
 function GetConnectedPeers(
 out Peers: TwclWiFiHostedNetworkConnectedPeers): Integer;

Parameters

Peers
Type: TwclWiFiHostedNetworkConnectedPeers

If the method completed with success on output contains the list of current connected peers.

Return Value

Type: Integer

If the function succeeds, the return value is wclErrors.WCL_E_SUCCESS. If the function fails, the return value may be one of the WCL return codes.