ESP-IDF
ot::Coap::Message::kMinHeaderLength
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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::kMinHeaderLength
ot::Coap::Message::kMinHeaderLength variable
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:835
static
constexpr
uint16_t
kMinHeaderLength
=
4
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint16_t
kMinHeaderLength
=
4
;
coap_message.hpp:835
GetHelpData
(
)
.
mHeaderLength
=
kMinHeaderLength
;
coap_message.cpp:46
ot::Coap::Message
ot::Coap::Message::Init()
SuccessOrExit
(
error
=
Read
(
offset
,
&
GetHelpData
(
)
.
mHeader
,
kMinHeaderLength
)
)
;
coap_message.cpp:379
ot::Coap::Message
ot::Coap::Message::ParseHeader()
offset
+=
kMinHeaderLength
;
coap_message.cpp:380
ot::Coap::Message
ot::Coap::Message::ParseHeader()
uint16_t
GetOptionStart
(
void
)
const
{
return
kMinHeaderLength
+
GetTokenLength
(
)
;
}
coap_message.hpp:587
ot::Coap::Message
ot::Coap::Message::GetOptionStart() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Coap::Message::kMinHeaderLength
is read by 3 functions:
All items filtered out
ot::Coap::Message::kMinHeaderLength
ot::Coap::Message::GetOptionStart() const
ot::Coap::Message::Init()
ot::Coap::Message::ParseHeader()
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