TwclCustomWiFiComponent.InternalOpen Method

Executes additional initialization produres.

Namespace: wclWiFi
protected
 function InternalOpen: Integer; virtual; abstract;

Return Value

Type: Integer

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

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 wclErrors.WCL_E_SUCCESS result code.