ESP-IDF
ot::Coap::Message::IsResponse() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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::IsResponse() const
ot::Coap::Message::IsResponse() const method
Checks if a header is a response header.
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:685
bool
IsResponse
(
void
)
const
;
Return value
TRUE Message is a response header. FALSE Message is not a response header.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsResponse
(
void
)
const
{
return
GetCode
(
)
>=
OT_COAP_CODE_RESPONSE_MIN
;
}
coap_message.hpp:685
else
if
(
aMessage
.
IsResponse
(
)
&&
aMessage
.
IsTokenEqual
(
*
request
)
)
coap.cpp:1130
ot::Coap::CoapBase
ot::Coap::CoapBase::ProcessReceivedResponse()
Call Tree
from
examples
ot::Coap::Message::IsResponse() const
is called by 1 function and calls 1 function:
ot::Coap::CoapBase::ProcessReceivedResponse()
All items filtered out
ot::Coap::Message::IsResponse() const
ot::Coap::Message::GetCode() const
All items filtered out
Data Use
from
examples
ot::Coap::Message::IsResponse() const
reads 1 variable:
otCoapCode::OT_COAP_CODE_RESPONSE_MIN
All items filtered out
ot::Coap::Message::IsResponse() 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