WiFi Framework C++ Edition

◆ OnPairProvidePin()

__event void OnPairProvidePin ( void *  Sender,
CwclWiFiDirectDevice *const  Device,
tstring Pin 
)

The event fires when a remote WiFi enabled device requests Pin for pairing. An application must provide Pin.

Parameters
SenderThe object initiates the event.
DeviceThe WiFi Direct device object.
PinAn application must provide PIN for pairing.
See also
CwclWiFiDirectDevice