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

tstrSocketBindMsg Struct Reference

tstrSocketBindMsg Struct Reference
[Asynchronous Events]

Socket bind status. More...

#include <socket.h>

Data Fields

sint8 status

Detailed Description

Socket bind status.

An asynchronous call to the bind socket operation, returns information through this structure in response. This structure together with the event SOCKET_MSG_BIND are passed in paramters to the callback function.

See also:
bind

Definition at line 703 of file socket.h.


Field Documentation

The result of the bind operation. Holding a value of ZERO for a successful bind or otherwise a negative error code corresponding to the type of error.

Definition at line 705 of file socket.h.