ESP-IDF
kCodePut
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
kCodePut
kCodePut value
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:93
kCodePut
=
OT_COAP_CODE_PUT
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kCodePut
=
OT_COAP_CODE_PUT
,
///< Put
coap_message.hpp:93
{
kCodePut
,
"Put"
}
,
coap_message.cpp:461
ot::Coap::Message
ot::Coap::Message::CodeToString() const
bool
IsPutRequest
(
void
)
const
{
return
GetCode
(
)
==
kCodePut
;
}
coap_message.hpp:669
ot::Coap::Message
ot::Coap::Message::IsPutRequest() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kCodePut
is read by 2 functions:
All items filtered out
kCodePut
ot::Coap::Message::IsPutRequest() const
ot::Coap::Message::CodeToString() 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