ESP-IDF
ot::Cli::Coap::mUriPath
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Cli::Coap::mUriPath
ot::Cli::Coap::mUriPath field
Syntax
Show:
Summary
Declaration
from
cli_coap.hpp:166
char
mUriPath
[
kMaxUriLength
]
;
Examples
References
from
examples
Code
Location
Scope
Referrer
char
mUriPath
[
kMaxUriLength
]
;
cli_coap.hpp:166
ClearAllBytes
(
mUriPath
)
;
cli_coap.cpp:69
ot::Cli::Coap
ot::Cli::Coap::Coap()
mResource
.
mUriPath
=
mUriPath
;
cli_coap.cpp:189
ot::Cli::Coap
ot::Cli::Coap::Process()
strncpy
(
mUriPath
,
aArgs
[
0
]
.
GetCString
(
)
,
sizeof
(
mUriPath
)
-
1
)
;
cli_coap.cpp:203
ot::Cli::Coap
ot::Cli::Coap::Process()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Cli::Coap::mUriPath
is read by 2 functions:
All items filtered out
ot::Cli::Coap::mUriPath
ot::Cli::Coap::Coap()
ot::Cli::Coap::Process()
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