ESP-IDF
kTypeNonConfirmable
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
kTypeNonConfirmable
kTypeNonConfirmable value
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:78
kTypeNonConfirmable
=
OT_COAP_TYPE_NON_CONFIRMABLE
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kTypeNonConfirmable
=
OT_COAP_TYPE_NON_CONFIRMABLE
,
///< Non-confirmable type.
coap_message.hpp:78
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()
if
(
(
mType
==
Coap
::
kTypeNonConfirmable
)
||
mSeparate
)
border_agent.cpp:66
ot::MeshCoP::BorderAgent::ForwardContext
ot::MeshCoP::BorderAgent::ForwardContext::ToHeader() const
aMessage
.
Init
(
Coap
::
kTypeNonConfirmable
,
static_cast
<
Coap
::
Code
>
(
aCode
)
)
;
border_agent.cpp:68
ot::MeshCoP::BorderAgent::ForwardContext
ot::MeshCoP::BorderAgent::ForwardContext::ToHeader() const
message
->
Init
(
Coap
::
kTypeNonConfirmable
,
CoapCodeFromError
(
aError
)
)
;
border_agent.cpp:131
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::SendErrorMessage()
return
InitMessage
(
NewPriorityMessage
(
)
,
kTypeNonConfirmable
,
aUri
)
;
coap.cpp:124
ot::Coap::CoapBase
ot::Coap::CoapBase::NewPriorityNonConfirmablePostMessage()
return
InitMessage
(
NewMessage
(
)
,
kTypeNonConfirmable
,
aUri
)
;
coap.cpp:129
ot::Coap::CoapBase
ot::Coap::CoapBase::NewNonConfirmablePostMessage()
case
kTypeNonConfirmable
:
coap.cpp:433
ot::Coap::CoapBase
ot::Coap::CoapBase::SendHeaderResponse()
message
->
Init
(
kTypeNonConfirmable
,
aCode
)
;
coap.cpp:434
ot::Coap::CoapBase
ot::Coap::CoapBase::SendHeaderResponse()
case
kTypeNonConfirmable
:
coap.cpp:1243
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
IsNonConfirmable
(
void
)
const
{
return
(
GetType
(
)
==
kTypeNonConfirmable
)
;
}
coap_message.hpp:701
ot::Coap::Message
ot::Coap::Message::IsNonConfirmable() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kTypeNonConfirmable
is read by 10 functions:
All items filtered out
kTypeNonConfirmable
ot::Coap::Message::IsNonConfirmable() const
ot::AddressResolver::SendAddressError()
ot::BackboneRouter::Manager::SendBackboneAnswer()
ot::Coap::CoapBase::NewPriorityNonConfirmablePostMessage()
ot::Coap::CoapBase::NewNonConfirmablePostMessage()
ot::Coap::CoapBase::SendHeaderResponse()
ot::Coap::CoapBase::ProcessReceivedResponse()
ot::Coap::Message::InitAsPost()
ot::MeshCoP::BorderAgent::ForwardContext::ToHeader() const
ot::MeshCoP::BorderAgent::SendErrorMessage()
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