ESP-IDF
otCoapOptionIterator::mMessage
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otCoapOptionIterator::mMessage
otCoapOptionIterator::mMessage field
Syntax
Show:
Summary
Declaration
from
coap.h:163
const
otMessage
*
mMessage
;
Examples
References
from
examples
Code
Location
Scope
Referrer
const
otMessage
*
mMessage
;
///< CoAP message
coap.h:163
mMessage
=
&
aMessage
;
coap_message.cpp:511
ot::Coap::Option::Iterator
ot::Coap::Option::Iterator::Init()
const
Message
&
GetMessage
(
void
)
const
{
return
*
static_cast
<
const
Message
*
>
(
mMessage
)
;
}
coap_message.hpp:1089
ot::Coap::Option::Iterator
ot::Coap::Option::Iterator::GetMessage() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otCoapOptionIterator::mMessage
is read by 2 functions:
All items filtered out
otCoapOptionIterator::mMessage
ot::Coap::Option::Iterator::GetMessage() const
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