restful_server sample
interfaces
is only used within restful_server sample.
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
ESP-IDF Framework and Examples
restful_server sample
interfaces
interfaces struct
Syntax
Show:
Summary
Declaration
from
mdns_networking_lwip.c:34
typedef
struct
interfaces
{
bool
ready
;
int
proto
;
}
interfaces_t
;
Fields
Field
Declared as
interfaces::ready
bool
interfaces::proto
int
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
interfaces
{
mdns_networking_lwip.c:34
}
interfaces_t
;
mdns_networking_lwip.c:37
interfaces_t
static
interfaces_t
s_interfaces
[
MDNS_MAX_INTERFACES
]
;
mdns_networking_lwip.c:39
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
Instance
Scope
Location
Project
s_interfaces
mdns_networking_lwip.c:39
Lifecycle
from
examples
All items filtered out
All items filtered out