UDP_SERVER_PORT is only used within Nx_UDP_Echo_Client.
 
Symbols
loading...
Files
loading...

UDP_SERVER_PORT macro

Syntax

#define UDP_SERVER_PORT 6001

References

LocationText
app_netxduo.h:91
#define UDP_SERVER_PORT 6001
app_netxduo.c:309
ret = nx_udp_socket_send(&UDPSocket, data_packet, UDP_SERVER_ADDRESS, UDP_SERVER_PORT);