netxduo + 0/2 examples
CodeScope will show references to nx_tcp_socket_disconnect from the following samples and libraries:
Examples
STM32F429ZI-Nucleo
Applications
NetXDuo
 
Symbols
loading...
Files
loading...

nx_tcp_socket_disconnect macro

Syntax

#define nx_tcp_socket_disconnect _nx_tcp_socket_disconnect

Examples

nx_tcp_socket_disconnect is referenced by 2 libraries and example projects.

References

LocationText
nx_api.h:3202
#define nx_tcp_socket_disconnect _nx_tcp_socket_disconnect
nx_api.h:3390
#define nx_tcp_socket_disconnect _nxe_tcp_socket_disconnect
nx_api.h:3674
UINT nx_tcp_socket_disconnect(NX_TCP_SOCKET *socket_ptr, ULONG wait_option);
nx_tcpserver.c:1477
nx_tcp_socket_disconnect(socket_ptr, NX_NO_WAIT);
nx_web_http_server.c:10710
nx_tcp_socket_disconnect(tcp_socket, NX_WEB_HTTP_SERVER_TIMEOUT_DISCONNECT);
nxd_mqtt_client.c:2607
nx_tcp_socket_disconnect(&(client_ptr -> nxd_mqtt_client_socket), wait_option);