ESP-IDF
ot::Coap::Option::Iterator::kIteratorDoneLength
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::Option::Iterator::kIteratorDoneLength
ot::Coap::Option::Iterator::kIteratorDoneLength variable
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:1141
static
constexpr
uint16_t
kIteratorDoneLength
=
0xffff
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint16_t
kIteratorDoneLength
=
0xffff
;
coap_message.hpp:1141
bool
IsDone
(
void
)
const
{
return
mOption
.
mLength
==
kIteratorDoneLength
;
}
coap_message.hpp:1049
ot::Coap::Option::Iterator
ot::Coap::Option::Iterator::IsDone() const
void
MarkAsDone
(
void
)
{
mOption
.
mLength
=
kIteratorDoneLength
;
}
coap_message.hpp:1146
ot::Coap::Option::Iterator
ot::Coap::Option::Iterator::MarkAsDone()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Coap::Option::Iterator::kIteratorDoneLength
is read by 2 functions:
All items filtered out
ot::Coap::Option::Iterator::kIteratorDoneLength
ot::Coap::Option::Iterator::IsDone() const
ot::Coap::Option::Iterator::MarkAsDone()
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