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

nx_tcp_socket_send macro

Syntax

#define nx_tcp_socket_send _nx_tcp_socket_send

Examples

nx_tcp_socket_send is referenced by 2 libraries and example projects.

References

LocationText
nx_api.h:3214
#define nx_tcp_socket_send _nx_tcp_socket_send
nx_api.h:3402
#define nx_tcp_socket_send(s, p, t) _nxe_tcp_socket_send(s, &p, t)
nx_secure_tls_send_record.c:345
status = nx_tcp_socket_send(tls_session -> nx_secure_tls_tcp_socket, send_packet, wait_option);
nx_web_http_server.c:10487
status = nx_tcp_socket_send(tcp_socket, packet_ptr, wait_option);
nxd_mqtt_client.c:471
status = nx_tcp_socket_send(&client_ptr -> nxd_mqtt_client_socket, packet_ptr, NX_WAIT_FOREVER);
nxd_mqtt_client.c:1432
status = nx_tcp_socket_send(&client_ptr -> nxd_mqtt_client_socket, packet_ptr, NX_WAIT_FOREVER);
nxd_mqtt_client.c:1610
ret = nx_tcp_socket_send(&client_ptr -> nxd_mqtt_client_socket, response_packet, NX_WAIT_FOREVER);
nxd_mqtt_client.c:3664
status = nx_tcp_socket_send(&client_ptr -> nxd_mqtt_client_socket, packet_ptr, wait_option);
nxd_mqtt_client.c:4273
status = nx_tcp_socket_send(&client_ptr -> nxd_mqtt_client_socket, packet_ptr, wait_option);
nxd_mqtt_client.c:4581
status = nx_tcp_socket_send(&client_ptr -> nxd_mqtt_client_socket, packet_ptr, wait_option);
nxd_mqtt_client.c:5012
status = nx_tcp_socket_send(&client_ptr -> nxd_mqtt_client_socket, packet_ptr, NX_WAIT_FOREVER);