WiFi Framework C++ Edition

◆ DoAcmConnectionComplete()

virtual void DoAcmConnectionComplete ( const GUID &  IfaceId,
const wclWiFiAcmConnectionEventData Data 
)
protectedvirtual

Fires the OnAcmConnectionComplete event.

Parameters
IfaceIdThe interface's ID on which the event is for.
DataContains information about connection related event.

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

See also
wclWiFiAcmConnectionEventData