ESP-IDF
ot::Coap::Message::IsNonConfirmable() const
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::Message::IsNonConfirmable() const
ot::Coap::Message::IsNonConfirmable() const method
Checks if a header is a NON message header.
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:701
bool
IsNonConfirmable
(
void
)
const
;
Return value
TRUE Message is a NON message header. FALSE Message is not is a NON message header.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsNonConfirmable
(
void
)
const
{
return
(
GetType
(
)
==
kTypeNonConfirmable
)
;
}
coap_message.hpp:701
if
(
aRequest
.
IsNonConfirmable
(
)
||
aSeparate
)
border_agent.cpp:129
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::SendErrorMessage()
else
if
(
aMessage
.
IsNonConfirmable
(
)
&&
(
aHandler
!=
nullptr
)
)
coap.cpp:266
ot::Coap::CoapBase
ot::Coap::CoapBase::SendMessage()
if
(
aMessage
.
IsConfirmable
(
)
||
aMessage
.
IsNonConfirmable
(
)
)
coap.cpp:1268
ot::Coap::CoapBase
ot::Coap::CoapBase::ProcessReceivedResponse()
bool
Message
::
IsNonConfirmablePostRequest
(
void
)
const
{
return
IsNonConfirmable
(
)
&&
IsPostRequest
(
)
;
}
coap_message.cpp:82
ot::Coap::Message
ot::Coap::Message::IsNonConfirmablePostRequest() const
Call Tree
from
examples
ot::Coap::Message::IsNonConfirmable() const
is called by 4 functions and calls 1 function:
ot::Coap::CoapBase::SendMessage()
ot::Coap::CoapBase::ProcessReceivedResponse()
ot::Coap::Message::IsNonConfirmablePostRequest() const
ot::MeshCoP::BorderAgent::SendErrorMessage()
All items filtered out
ot::Coap::Message::IsNonConfirmable() const
ot::Coap::Message::GetType() const
All items filtered out
Data Use
from
examples
ot::Coap::Message::IsNonConfirmable() const
reads 1 variable:
ot::Coap::Type::kTypeNonConfirmable
All items filtered out
ot::Coap::Message::IsNonConfirmable() const
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