TwclWiFiEvents.DoAcmConnectionAttemptFail(TGUID,TwclWiFiAcmConnectionEventData) Method

Fires the OnAcmConnectionAttemptFail event.

Namespace: wclWiFi
protected
 procedure DoAcmConnectionAttemptFail(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.

A connection consists of one or more connection attempts. An application may receive zero or more OnAcmConnectionAttemptFail events between receiving the OnAcmConnectionStart event and the OnAcmConnectionComplete event.