ESP-IDF
ot::Coap::Message::kMaxReceivedUriPath
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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::Coap::Message::kMaxReceivedUriPath
ot::Coap::Message::kMaxReceivedUriPath variable
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:166
static
constexpr
uint8_t
kMaxReceivedUriPath
=
32
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kMaxReceivedUriPath
=
32
;
///< Max URI path length on rx msgs.
coap_message.hpp:166
char
uriPath
[
Message
::
kMaxReceivedUriPath
+
1
]
;
coap.cpp:1279
ot::Coap::CoapBase
ot::Coap::CoapBase::ProcessReceivedRequest()
Error
Message
::
ReadUriPathOptions
(
char
(
&
aUriPath
)
[
kMaxReceivedUriPath
+
1
]
)
const
coap_message.cpp:239
ot::Coap::Message
ot::Coap::Message::ReadUriPathOptions() const
Error
ReadUriPathOptions
(
char
(
&
aUriPath
)
[
kMaxReceivedUriPath
+
1
]
)
const
;
coap_message.hpp:447
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Coap::Message::kMaxReceivedUriPath
is read by 2 functions:
All items filtered out
ot::Coap::Message::kMaxReceivedUriPath
ot::Coap::CoapBase::ProcessReceivedRequest()
ot::Coap::Message::ReadUriPathOptions() const
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