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

nx_tcp_socket_receive macro

Syntax

#define nx_tcp_socket_receive _nx_tcp_socket_receive

Examples

nx_tcp_socket_receive is referenced by 2 libraries and example projects.

References

LocationText
nx_api.h:3211
#define nx_tcp_socket_receive _nx_tcp_socket_receive
nx_api.h:3399
#define nx_tcp_socket_receive _nxe_tcp_socket_receive
nx_api.h:3691
nx_secure_tls_session_receive_records.c:131
status = nx_tcp_socket_receive(tcp_socket, &packet_ptr, wait_option);
nx_web_http_server.c:10567
status = nx_tcp_socket_receive(tcp_socket, packet_ptr, wait_option);
nxd_mqtt_client.c:2080
status = nx_tcp_socket_receive(&client_ptr -> nxd_mqtt_client_socket, &packet_ptr, NX_NO_WAIT);
nxd_mqtt_client.c:4007
status = nx_tcp_socket_receive(&client_ptr -> nxd_mqtt_client_socket, &packet_ptr, wait_option);