WiFi Framework C++ Edition

◆ OnPairDisplayPin()

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

The event fires when a remote WiFi enabled device requests the Display Pin pairing procedure. An application must show the Pin received from the event.

Parameters
SenderThe object initiates the event.
DeviceThe WiFi Direct device object.
PinThe PIN code to display.
See also
CwclWiFiDirectDevice