WiFi Framework C++ Edition

◆ OnAcmConnectionComplete()

__event void OnAcmConnectionComplete ( void *  Sender,
const GUID &  IfaceId,
const wclWiFiAcmConnectionEventData Data 
)

The event fires when a connection has completed.

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

Parameters
SenderThe object initiates the event.
IfaceIdThe interface's ID on which the event is for.
DataContains information about connection related event.
See also
wclWiFiAcmConnectionEventData