ESP-IDF
kTypeConfirmable
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
kTypeConfirmable
kTypeConfirmable value
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:77
kTypeConfirmable
=
OT_COAP_TYPE_CONFIRMABLE
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kTypeConfirmable
=
OT_COAP_TYPE_CONFIRMABLE
,
///< Confirmable type.
coap_message.hpp:77
message
->
Init
(
aDestination
==
nullptr
?
Coap
::
kTypeNonConfirmable
:
Coap
::
kTypeConfirmable
,
Coap
::
kCodePost
)
;
address_resolver.cpp:729
ot::AddressResolver
ot::AddressResolver::SendAddressError()
SuccessOrExit
(
error
=
message
->
Init
(
proactive
?
Coap
::
kTypeNonConfirmable
:
Coap
::
kTypeConfirmable
,
Coap
::
kCodePost
,
bbr_manager.cpp:641
ot::BackboneRouter::Manager
ot::BackboneRouter::Manager::SendBackboneAnswer()
return
InitMessage
(
NewPriorityMessage
(
)
,
kTypeConfirmable
,
aUri
)
;
coap.cpp:117
ot::Coap::CoapBase
ot::Coap::CoapBase::NewPriorityConfirmablePostMessage()
Message
*
CoapBase
::
NewConfirmablePostMessage
(
Uri
aUri
)
{
return
InitMessage
(
NewMessage
(
)
,
kTypeConfirmable
,
aUri
)
;
}
coap.cpp:120
ot::Coap::CoapBase
ot::Coap::CoapBase::NewConfirmablePostMessage()
case
kTypeConfirmable
:
coap.cpp:428
ot::Coap::CoapBase
ot::Coap::CoapBase::SendHeaderResponse()
case
kTypeConfirmable
:
coap.cpp:1237
ot::Coap::CoapBase
ot::Coap::CoapBase::ProcessReceivedResponse()
return
Init
(
aDestination
.
IsMulticast
(
)
?
kTypeNonConfirmable
:
kTypeConfirmable
,
kCodePost
,
aUri
)
;
coap_message.cpp:77
ot::Coap::Message
ot::Coap::Message::InitAsPost()
bool
IsConfirmable
(
void
)
const
{
return
(
GetType
(
)
==
kTypeConfirmable
)
;
}
coap_message.hpp:693
ot::Coap::Message
ot::Coap::Message::IsConfirmable() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kTypeConfirmable
is read by 8 functions:
All items filtered out
kTypeConfirmable
ot::Coap::Message::IsConfirmable() const
ot::AddressResolver::SendAddressError()
ot::BackboneRouter::Manager::SendBackboneAnswer()
ot::Coap::CoapBase::NewPriorityConfirmablePostMessage()
ot::Coap::CoapBase::NewConfirmablePostMessage()
ot::Coap::CoapBase::SendHeaderResponse()
ot::Coap::CoapBase::ProcessReceivedResponse()
ot::Coap::Message::InitAsPost()
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