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

tstrSocketConnectMsg Struct Reference

tstrSocketConnectMsg Struct Reference
[Asynchronous Events]

Socket connect status. More...

#include <socket.h>

Data Fields

SOCKET sock
sint8 s8Error

Detailed Description

Socket connect status.

Socket connect information is returned through this structure in response to the asynchronous call to the connect socket function. This structure together with the event SOCKET_MSG_CONNECT are passed-in parameters to the callback function.

Definition at line 765 of file socket.h.


Field Documentation

Connect error code. Holding a value of ZERO for a successful connect or otherwise a negative error code corresponding to the type of error.

Definition at line 771 of file socket.h.

Socket ID referring to the socket passed to the connect function call.

Definition at line 767 of file socket.h.