Delta / NNN50_WIFI_API

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

Defines

Defines
[WLAN]

Modules

 CommonDefines
 DebugDefines

Enumerations

enum  tenuM2mDefaultConnErrcode { M2M_DEFAULT_CONN_INPROGRESS = ((sint8)-23), M2M_DEFAULT_CONN_FAIL, M2M_DEFAULT_CONN_SCAN_MISMATCH, M2M_DEFAULT_CONN_EMPTY_LIST }

Enumeration Type Documentation

Enumerator:
M2M_DEFAULT_CONN_INPROGRESS 

A failure that indicates that a default connection or forced connection is in progress

M2M_DEFAULT_CONN_FAIL 

A failure response that indicates that the winc failed to connect to the cached network

M2M_DEFAULT_CONN_SCAN_MISMATCH 

A failure response that indicates that no one of the cached networks was found in the scan results, as a result to the function call m2m_default_connect.

M2M_DEFAULT_CONN_EMPTY_LIST 

A failure response that indicates an empty network list as a result to the function call m2m_default_connect.

Definition at line 310 of file m2m_types.h.