WiFi Framework C++ Edition

◆ InternalOpen()

virtual int InternalOpen ( )
protectedpure virtual

Executes additional initialization procedures.

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

If the derived class does not need any extra initialization 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.