LwIP
netconn_state
is only used within LwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP
netconn_state
netconn_state enum
Current state of the netconn. Non-TCP netconns are always in state NETCONN_NONE!
Syntax
Show:
Summary
Declaration
from
api.h:147
enum
netconn_state
{
NETCONN_NONE
,
NETCONN_WRITE
,
NETCONN_LISTEN
,
NETCONN_CONNECT
,
NETCONN_CLOSE
}
;
Values
Value
Declared as
netconn_state::NETCONN_NONE
netconn_state::NETCONN_WRITE
netconn_state::NETCONN_LISTEN
netconn_state::NETCONN_CONNECT
netconn_state::NETCONN_CLOSE
Examples
References
from
examples
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