ESP-IDF
ot::Coap::Option::Iterator::HasParseErrored() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::Option::Iterator::HasParseErrored() const
ot::Coap::Option::Iterator::HasParseErrored() const method
Indicates whether or not there was a earlier parse error (i.e., whether the iterator is valid). After a parse errors, iterator would also be marked as done.
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:1059
bool
HasParseErrored
(
void
)
const
;
Return value
TRUE There was an earlier parse error and the iterator is not valid. FALSE There was no earlier parse error and the iterator is valid.
Examples
References
from
examples
Code
Location
bool
HasParseErrored
(
void
)
const
{
return
mNextOptionOffset
==
kNextOptionOffsetParseError
;
}
coap_message.hpp:1059
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Coap::Option::Iterator::HasParseErrored() const
reads 2 variables:
otCoapOptionIterator::mNextOptionOffset
ot::Coap::Option::Iterator::kNextOptionOffsetParseError
All items filtered out
ot::Coap::Option::Iterator::HasParseErrored() const
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