TwclWiFiDirectPairProvidePinEvent Delegate

The WiFi Direct OnPairProvidePin event handler prototype.

Namespace: wclWiFi
type
 TwclWiFiDirectPairProvidePinEvent = procedure(Sender: TObject;
 const Device: TwclWiFiDirectDevice; out Pin: string) of object;

Parameters

Sender

The object initiates the event.

Device

The WiFi Direct device object.

Pin

An application must provide PIN for pairing.