WiFi Framework C++ Edition

◆ OnPairConfirm()

__event void OnPairConfirm ( void *  Sender,
CwclWiFiDirectDevice *const  Device,
bool &  Confirm 
)

The event fires when a remote WiFi enabled device requests simple pairing confirmation.

Parameters
SenderThe object initiates the event.
DeviceThe WiFi Direct device object.
ConfirmAn application must set this parameter to True to confirm paring. To reject pairing an application must set this parameter to False.
See also
CwclWiFiDirectDevice