TwclWiFiDirectConnectionComponent.FindDevice(string) Method

Gets device object by its ID.

Namespace: wclWiFi
protected
 function FindDevice(const Id: string): TwclWiFiDirectDevice; virtual;
 abstract;

Parameters

Id
Type: string

The WiFi Direct device's ID.

Return Value

If the device with given ID was found the function returns the TwclWiFiDirectDevice object. Otherwise the function returns nil.

A derived class must override this method.