CONNECTION_PORT is only used within Nx_WebServer.
 
Symbols
loading...
Files
loading...

CONNECTION_PORT macro

Syntax

#define CONNECTION_PORT 80

References

LocationText
app_netxduo.h:103
#define CONNECTION_PORT 80
app_netxduo.c:244
ret = nx_web_http_server_create(&HTTPServer, "WEB HTTP Server", &EthIP, CONNECTION_PORT,&Flash_Media, pointer,
app_netxduo.c:443
sprintf(data, "%lu.%lu.%lu.%lu,%u", (IpAddress >> 24) & 0xff, (IpAddress >> 16) & 0xff, (IpAddress >> 8) & 0xff, IpAddress& 0xff, CONNECTION_PORT);