ESP-IDF
ot::Coap::Option::Iterator::MarkAsParseErrored()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::Option::Iterator::MarkAsParseErrored()
ot::Coap::Option::Iterator::MarkAsParseErrored() method
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:1147
void
MarkAsParseErrored
(
void
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
void
MarkAsParseErrored
(
void
)
{
MarkAsDone
(
)
,
mNextOptionOffset
=
kNextOptionOffsetParseError
;
}
coap_message.hpp:1147
VerifyOrExit
(
offset
<=
aMessage
.
GetLength
(
)
,
MarkAsParseErrored
(
)
)
;
coap_message.cpp:507
ot::Coap::Option::Iterator
ot::Coap::Option::Iterator::Init()
MarkAsParseErrored
(
)
;
coap_message.cpp:564
ot::Coap::Option::Iterator
ot::Coap::Option::Iterator::Advance()
Call Tree
from
examples
ot::Coap::Option::Iterator::MarkAsParseErrored()
is called by 2 functions and calls 1 function:
ot::Coap::Option::Iterator::Init()
ot::Coap::Option::Iterator::Advance()
All items filtered out
ot::Coap::Option::Iterator::MarkAsParseErrored()
ot::Coap::Option::Iterator::MarkAsDone()
All items filtered out
Data Use
from
examples
ot::Coap::Option::Iterator::MarkAsParseErrored()
reads 1 variable and writes 1 variable:
ot::Coap::Option::Iterator::kNextOptionOffsetParseError
All items filtered out
ot::Coap::Option::Iterator::MarkAsParseErrored()
otCoapOptionIterator::mNextOptionOffset
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