TwclWiFiDirectDeviceFoundEvent Delegate

The OnDeviceFound event handler prototype.

Namespace: wclWiFi
type
 TwclWiFiDirectDeviceFoundEvent = procedure(Sender: TObject; const Id: string;
 const Name: string) of object;

Parameters

Sender

The object initiates the event.

Id

The ID of the remote WiFi Direct device.

Name

The name of the remote WiFi Direct device.