WiFi Framework C++ Edition

◆ EnumPairedDevices()

int EnumPairedDevices ( const WCL_WFD_DEVICES *const  Devices)

Enumerates paired WiFi Direct devices.

Parameters
DevicesThe StringList object that will be filled with found paired WiFi Direct devices IDs.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

A called is responsible to create the Devices StringList object before calling the method and to destroy it after usage. The Devices list will be cleared before filled with found devices IDs.

See also
WCL_WFD_DEVICES