Microchip® Advanced Software Framework

tstrSocketBindMsg Struct Reference

Socket bind status.

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

#include <socket.h>

Data Fields

sint8 status
 

sint8 tstrSocketBindMsg::status

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

Referenced by IperfSocketEventHandler(), m2m_ip_cb(), prov_socket_cb(), and socket_cb().