ESP-IDF
ot::Coap::Message::kMaxHeaderLength
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::kMaxHeaderLength
ot::Coap::Message::kMaxHeaderLength variable
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:836
static
constexpr
uint16_t
kMaxHeaderLength
=
512
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint16_t
kMaxHeaderLength
=
512
;
coap_message.hpp:836
VerifyOrExit
(
static_cast
<
uint32_t
>
(
GetLength
(
)
)
+
headerLength
+
aLength
<
kMaxHeaderLength
,
error
=
kErrorNoBufs
)
;
coap_message.cpp:163
ot::Coap::Message
ot::Coap::Message::AppendOptionHeader()
VerifyOrExit
(
GetLength
(
)
<
kMaxHeaderLength
,
error
=
kErrorNoBufs
)
;
coap_message.cpp:354
ot::Coap::Message
ot::Coap::Message::SetPayloadMarker()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Coap::Message::kMaxHeaderLength
is read by 2 functions:
All items filtered out
ot::Coap::Message::kMaxHeaderLength
ot::Coap::Message::AppendOptionHeader()
ot::Coap::Message::SetPayloadMarker()
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