ESP-IDF
ot::Coap::Message::IsDeleteRequest() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::IsDeleteRequest() const
ot::Coap::Message::IsDeleteRequest() const method
Indicates whether or not the CoAP code in header is "Delete" request.
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:677
bool
IsDeleteRequest
(
void
)
const
;
Return value
TRUE Message is a Delete request. FALSE Message is not a Delete request.
Examples
References
from
examples
Code
Location
bool
IsDeleteRequest
(
void
)
const
{
return
GetCode
(
)
==
kCodeDelete
;
}
coap_message.hpp:677
Call Tree
from
examples
ot::Coap::Message::IsDeleteRequest() const
calls 1 function:
All items filtered out
ot::Coap::Message::IsDeleteRequest() const
ot::Coap::Message::GetCode() const
All items filtered out
Data Use
from
examples
ot::Coap::Message::IsDeleteRequest() const
reads 1 variable:
ot::Coap::Code::kCodeDelete
All items filtered out
ot::Coap::Message::IsDeleteRequest() 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