WiFi Framework C++ Edition

◆ InternalClose()

virtual int InternalClose ( )
protectedpure virtual

Executes additional finalization procedures.

The derived class must override this method to execute extra finalization procedures.

If the derived class does not need any extra finalization then the method must return wclCommon::WCL_E_SUCCESS result code.

Returns
If the function succeed the return value is wclCommon::WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

Implemented in CwclWiFiProfilesManager, CwclWiFiEvents, CwclWiFiClient, and CwclWiFiHostedNetwork.