restful_server sample
PCB_STATE_IS_ANNOUNCING
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
restful_server sample
PCB_STATE_IS_ANNOUNCING
PCB_STATE_IS_ANNOUNCING macro
Syntax
Show:
Summary
Declaration
from
mdns_private.h:160
#define
PCB_STATE_IS_ANNOUNCING
(
s
)
(
s
->
state
>
PCB_PROBE_3
&&
s
->
state
<
PCB_RUNNING
)
Arguments
Argument
s
Examples
References
from
examples
Code
Location
#define
PCB_STATE_IS_ANNOUNCING
(
s
)
(
s
->
state
>
PCB_PROBE_3
&&
s
->
state
<
PCB_RUNNING
)
mdns_private.h:160
}
else
if
(
PCB_STATE_IS_ANNOUNCING
(
_pcb
)
)
{
mdns.c:2458
}
else
if
(
PCB_STATE_IS_ANNOUNCING
(
_pcb
)
)
{
mdns.c:2846
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