ESP-IDF
ot::Coap::Message::HelpData::mHeaderOffset
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::Coap::Message::HelpData::mHeaderOffset
ot::Coap::Message::HelpData::mHeaderOffset field
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:876
uint16_t
mHeaderOffset
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mHeaderOffset
;
///< The byte offset for the CoAP Header
coap_message.hpp:876
GetHelpData
(
)
.
mHeaderOffset
=
offset
;
coap_message.cpp:377
ot::Coap::Message
ot::Coap::Message::ParseHeader()
GetHelpData
(
)
.
mHeaderLength
=
iterator
.
GetPayloadMessageOffset
(
)
-
GetHelpData
(
)
.
mHeaderOffset
;
coap_message.cpp:392
ot::Coap::Message
ot::Coap::Message::ParseHeader()
uint32_t
offset
=
static_cast
<
uint32_t
>
(
aMessage
.
GetHelpData
(
)
.
mHeaderOffset
)
+
aMessage
.
GetOptionStart
(
)
;
coap_message.cpp:501
ot::Coap::Option::Iterator
ot::Coap::Option::Iterator::Init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Coap::Message::HelpData::mHeaderOffset
is written by 1 function and is read by 2 functions:
ot::Coap::Message::ParseHeader()
All items filtered out
ot::Coap::Message::HelpData::mHeaderOffset
ot::Coap::Message::ParseHeader()
ot::Coap::Option::Iterator::Init()
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