ESP-IDF
ot::Cli::Coap::kMaxUriLength
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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
ESP-IDF
ot::Cli::Coap::kMaxUriLength
ot::Cli::Coap::kMaxUriLength variable
Syntax
Show:
Summary
Declaration
from
cli_coap.hpp:76
static
constexpr
uint16_t
kMaxUriLength
=
32
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint16_t
kMaxUriLength
=
32
;
cli_coap.hpp:76
VerifyOrExit
(
aArgs
[
0
]
.
GetLength
(
)
<
kMaxUriLength
,
error
=
OT_ERROR_INVALID_ARGS
)
;
cli_coap.cpp:187
ot::Cli::Coap
ot::Cli::Coap::Process()
char
coapUri
[
kMaxUriLength
]
=
"test"
;
cli_coap.cpp:590
ot::Cli::Coap
ot::Cli::Coap::ProcessRequest()
char
mUriPath
[
kMaxUriLength
]
;
cli_coap.hpp:166
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Cli::Coap::kMaxUriLength
is read by 2 functions:
All items filtered out
ot::Cli::Coap::kMaxUriLength
ot::Cli::Coap::Process()
ot::Cli::Coap::ProcessRequest()
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