ESP-IDF
ot::Coap::CoapBase::Metadata::mConfirmable
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::CoapBase::Metadata::mConfirmable
ot::Coap::CoapBase::Metadata::mConfirmable field
Syntax
Show:
Summary
Declaration
from
coap.hpp:807
bool
mConfirmable
:
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
mConfirmable
:
1
;
// Information that message is confirmable.
coap.hpp:807
metadata
.
mConfirmable
=
aMessage
.
IsConfirmable
(
)
;
coap.cpp:319
ot::Coap::CoapBase
ot::Coap::CoapBase::SendMessage()
(
metadata
.
mConfirmable
?
metadata
.
mRetransmissionTimeout
:
aTxParameters
.
CalculateMaxTransmitWait
(
)
)
;
coap.cpp:333
ot::Coap::CoapBase
ot::Coap::CoapBase::SendMessage()
if
(
metadata
.
mConfirmable
)
coap.cpp:1116
ot::Coap::CoapBase
ot::Coap::CoapBase::ProcessReceivedResponse()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Coap::CoapBase::Metadata::mConfirmable
is written by 1 function and is read by 2 functions:
ot::Coap::CoapBase::SendMessage()
All items filtered out
ot::Coap::CoapBase::Metadata::mConfirmable
ot::Coap::CoapBase::SendMessage()
ot::Coap::CoapBase::ProcessReceivedResponse()
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