netxduo
NX_TCPSERVER_TIMEOUT_PERIOD
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_TCPSERVER_TIMEOUT_PERIOD
NX_TCPSERVER_TIMEOUT_PERIOD macro
Syntax
Show:
Summary
Declaration
from
nx_tcpserver.h:82
#define
NX_TCPSERVER_TIMEOUT_PERIOD
1
Examples
References
from
examples
Code
Location
#define
NX_TCPSERVER_TIMEOUT_PERIOD
1
nx_tcpserver.h:82
(
NX_IP_PERIODIC_RATE
*
NX_TCPSERVER_TIMEOUT_PERIOD
)
,
nx_tcpserver.c:327
(
NX_IP_PERIODIC_RATE
*
NX_TCPSERVER_TIMEOUT_PERIOD
)
,
TX_NO_ACTIVATE
)
;
nx_tcpserver.c:328
if
(
session_ptr
->
nx_tcp_session_expiration
>
NX_TCPSERVER_TIMEOUT_PERIOD
)
nx_tcpserver.c:1208
session_ptr
->
nx_tcp_session_expiration
-=
NX_TCPSERVER_TIMEOUT_PERIOD
;
nx_tcpserver.c:1209
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out