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

bind

bind
[Function]

Asynchronous bind function associates the provided address and local port to the socket. More...


Detailed Description

Asynchronous bind function associates the provided address and local port to the socket.

The function can be used with both TCP and UDP sockets it's mandatory to call the bind function before starting any UDP or TCP server operation. Upon socket bind completion, the application will receive a SOCKET_MSG_BIND message in the socket callback.