ESP-IDF
ot::Coap::Message::AppendOptionHeader()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Coap::Message::AppendOptionHeader()
ot::Coap::Message::AppendOptionHeader() method
Syntax
Show:
Summary
Declaration
Definition
from
coap_message.hpp:929
Error
AppendOptionHeader
(
uint16_t
aNumber
,
uint16_t
aLength
)
;
Implemented in
coap_message.cpp:141
Arguments
Argument
aNumber
aLength
Examples
References
from
examples
Code
Location
Scope
Referrer
Error
Message
::
AppendOptionHeader
(
uint16_t
aNumber
,
uint16_t
aLength
)
coap_message.cpp:141
Error
AppendOptionHeader
(
uint16_t
aNumber
,
uint16_t
aLength
)
;
coap_message.hpp:929
SuccessOrExit
(
error
=
AppendOptionHeader
(
aNumber
,
aLength
)
)
;
coap_message.cpp:177
ot::Coap::Message
ot::Coap::Message::AppendOption()
SuccessOrExit
(
error
=
AppendOptionHeader
(
aNumber
,
aLength
)
)
;
coap_message.cpp:190
ot::Coap::Message
ot::Coap::Message::AppendOptionFromMessage()
Call Tree
from
examples
ot::Coap::Message::AppendOptionHeader()
is called by 2 functions and calls 2 functions:
ot::Coap::Message::AppendOption()
ot::Coap::Message::AppendOptionFromMessage()
All items filtered out
ot::Coap::Message::AppendOptionHeader()
ot::Coap::Message::GetHelpData()
ot::Coap::Message::WriteExtendedOptionField()
All items filtered out
Data Use
from
examples
ot::Coap::Message::AppendOptionHeader()
reads 10 variables and writes 1 variable:
ot::Message::GetLength() const
ot::kErrorNone
ot::kErrorNoBufs
ot::kErrorInvalidArgs
ot::Coap::Message::kOptionDeltaOffset
ot::Coap::Message::kOptionLengthOffset
ot::Coap::Message::kMaxOptionHeaderSize
ot::Coap::Message::kMaxHeaderLength
ot::Coap::Message::HelpData::mOptionLast
ot::Message::AppendBytes()
All items filtered out
ot::Coap::Message::AppendOptionHeader()
ot::Coap::Message::HelpData::mOptionLast
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