ESP-IDF
ot::Coap::Message::IsEmpty() const
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
ot::Coap::Message::IsEmpty() const
ot::Coap::Message::IsEmpty() const method
Checks if a header is an empty message header.
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:637
bool
IsEmpty
(
void
)
const
;
Return value
TRUE Message is an empty message header. FALSE Message is not an empty message header.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsEmpty
(
void
)
const
{
return
(
GetCode
(
)
==
kCodeEmpty
)
;
}
coap_message.hpp:637
if
(
aMessage
.
IsEmpty
(
)
)
coap.cpp:1091
ot::Coap::CoapBase
ot::Coap::CoapBase::ProcessReceivedResponse()
if
(
aMessage
.
IsEmpty
(
)
)
coap.cpp:1100
ot::Coap::CoapBase
ot::Coap::CoapBase::ProcessReceivedResponse()
Call Tree
from
examples
ot::Coap::Message::IsEmpty() const
is called by 1 function and calls 1 function:
ot::Coap::CoapBase::ProcessReceivedResponse()
All items filtered out
ot::Coap::Message::IsEmpty() const
ot::Coap::Message::GetCode() const
All items filtered out
Data Use
from
examples
ot::Coap::Message::IsEmpty() const
reads 1 variable:
ot::Coap::Code::kCodeEmpty
All items filtered out
ot::Coap::Message::IsEmpty() 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