NetBurner 3.1

Functions

NMI_API sint8 m2m_wifi_deinit (void *arg)
 

Detailed Description

Synchronous deinitialization function to the WILC1000 driver. Dinitializes the host interface and frees resources used by the M2M_WIFI layer. Must be called in the application closing function, to ensure that all resources have been correctly released. No arguments are expected to be passed in.

Function Documentation

◆ m2m_wifi_deinit()

NMI_API sint8 m2m_wifi_deinit ( void *  arg)
Parameters
[in]argGeneric argument. Not used in current implementation.
Returns

The function returns M2M_SUCCESS for successful operations and a negative value otherwise.