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

DEFAULT_MESSAGE macro

Syntax

#define DEFAULT_MESSAGE "UDP Client on STM32F429-Nucleo"

References

LocationText
app_netxduo.h:95
#define DEFAULT_MESSAGE "UDP Client on STM32F429-Nucleo"
app_netxduo.c:301
ret = nx_packet_data_append(data_packet, (VOID *)DEFAULT_MESSAGE, sizeof(DEFAULT_MESSAGE), &AppPool, TX_WAIT_FOREVER);