NX_TCPSERVER_CONNECT is only used within netxduo.
 
Symbols
loading...
Files
loading...

NX_TCPSERVER_CONNECT macro

Syntax

#define NX_TCPSERVER_CONNECT 0x00000001

References

LocationText
nx_tcpserver.h:86
#define NX_TCPSERVER_CONNECT 0x00000001
nx_tcpserver.c:682
tx_event_flags_set(&server_ptr -> nx_tcpserver_event_flags, NX_TCPSERVER_CONNECT, TX_OR);
nx_tcpserver.c:1294
if(events & NX_TCPSERVER_CONNECT)