TwclWiFiEvents.DoAcmConnectionComplete(TGUID,TwclWiFiAcmConnectionEventData) Method

Fires the OnAcmConnectionComplete event.

Namespace: wclWiFi
protected
 procedure DoAcmConnectionComplete(const IfaceId: TGUID;
 const Data: TwclWiFiAcmConnectionEventData); virtual;

Parameters

IfaceId
Type: TGUID

The interface's ID on which the event is for.

Data
Type: TwclWiFiAcmConnectionEventData

Contains information about connection related event.

The connection succeeded if the Reason field of the Data parameter is wclErrors.WCL_E_SUCCESS. Otherwise, the connection has failed.