WiFi Framework C++ Edition

◆ OnPairCompleted()

__event void OnPairCompleted ( void *  Sender,
CwclWiFiDirectDevice *const  Device,
const int  Result 
)

The event fires when pairing with a remote WiFi enabled device has been completed (with or without success).

Parameters
SenderThe object initiates the event.
DeviceThe WiFi Direct device object.
ResultThe pairing result code. If pairing completed with success the Result is WCL_E_SUCCESS.
See also
CwclWiFiDirectDevice