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

NX_TCPSERVER_DISCONNECT macro

Syntax

#define NX_TCPSERVER_DISCONNECT 0x00000004

References

LocationText
nx_tcpserver.h:88
#define NX_TCPSERVER_DISCONNECT 0x00000004
nx_tcpserver.c:780
tx_event_flags_set(&server_ptr -> nx_tcpserver_event_flags, NX_TCPSERVER_DISCONNECT, TX_OR);
nx_tcpserver.c:1312
if(events & NX_TCPSERVER_DISCONNECT)