restful_server sample
::port
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
::port
::port field
Syntax
Show:
Summary
Declaration
from
mdns_console.c:699
struct
arg_int
*
port
;
Examples
References
from
examples
Code
Location
Referrer
struct
arg_int
*
port
;
mdns_console.c:699
if
(
!
mdns_add_args
.
service
->
sval
[
0
]
||
!
mdns_add_args
.
proto
->
sval
[
0
]
||
!
mdns_add_args
.
port
->
ival
[
0
]
)
{
mdns_console.c:714
cmd_mdns_service_add()
host
,
mdns_add_args
.
port
->
ival
[
0
]
,
items
,
mdns_add_args
.
txt
->
count
)
)
;
mdns_console.c:739
cmd_mdns_service_add()
mdns_add_args
.
port
=
arg_int1
(
NULL
,
NULL
,
"<port>"
,
"Service Port"
)
;
mdns_console.c:748
register_mdns_service_add()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
::port
is written by 1 function and is read by 1 function:
register_mdns_service_add()
All items filtered out
::port
cmd_mdns_service_add()
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