restful_server sample
::proto
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
restful_server sample
::proto
::proto field
Syntax
Show:
Summary
Declaration
from
mdns_console.c:1134
struct
arg_str
*
proto
;
Examples
References
from
examples
Code
Location
Referrer
struct
arg_str
*
proto
;
mdns_console.c:1134
if
(
!
mdns_lookup_service_args
.
instance
->
sval
[
0
]
||
!
mdns_lookup_service_args
.
service
->
sval
[
0
]
||
!
mdns_lookup_service_args
.
proto
->
sval
[
0
]
)
{
mdns_console.c:1156
cmd_mdns_lookup_service()
mdns_lookup_service_args
.
service
->
sval
[
0
]
,
mdns_lookup_service_args
.
proto
->
sval
[
0
]
,
mdns_console.c:1162
cmd_mdns_lookup_service()
mdns_lookup_service_args
.
proto
=
arg_str1
(
NULL
,
NULL
,
"<proto>"
,
"IP Protocol"
)
;
mdns_console.c:1180
register_mdns_lookup_service()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
::proto
is written by 1 function and is read by 1 function:
register_mdns_lookup_service()
All items filtered out
::proto
cmd_mdns_lookup_service()
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