NNN50 WIFI_API library

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

tstrSocketListenMsg Struct Reference

tstrSocketListenMsg Struct Reference
[Asynchronous Events]

Socket listen status. More...

#include <socket.h>

Data Fields

sint8 status

Detailed Description

Socket listen status.

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

See also:
listen

Definition at line 724 of file socket.h.


Field Documentation

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

Definition at line 726 of file socket.h.