ESP-IDF
OT_COAP_CODE_GET
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_CODE_GET
OT_COAP_CODE_GET value
Syntax
Show:
Summary
Declaration
from
coap.h:90
OT_COAP_CODE_GET
=
OT_COAP_CODE
;
Examples
References
from
examples
Code
Location
Scope
Referrer
OT_COAP_CODE_GET
=
OT_COAP_CODE
(
0
,
1
)
,
///< Get
coap.h:90
template
<
>
otError
Coap
::
Process
<
Cmd
(
"get"
)
>
(
Arg
aArgs
[
]
)
{
return
ProcessRequest
(
aArgs
,
OT_COAP_CODE_GET
)
;
}
cli_coap.cpp:462
ot::Cli::Coap
ot::Cli::Coap::Process()
if
(
(
coapType
==
OT_COAP_TYPE_CONFIRMABLE
)
||
(
aCoapCode
==
OT_COAP_CODE_GET
)
)
cli_coap.cpp:759
ot::Cli::Coap
ot::Cli::Coap::ProcessRequest()
case
OT_COAP_CODE_GET
:
cli_coap.cpp:872
ot::Cli::Coap
ot::Cli::Coap::HandleRequest()
otCoapMessageGetCode
(
aMessage
)
==
OT_COAP_CODE_GET
)
cli_coap.cpp:916
ot::Cli::Coap
ot::Cli::Coap::HandleRequest()
if
(
otCoapMessageGetCode
(
aMessage
)
==
OT_COAP_CODE_GET
)
cli_coap.cpp:926
ot::Cli::Coap
ot::Cli::Coap::HandleRequest()
kCodeGet
=
OT_COAP_CODE_GET
,
///< Get
coap_message.hpp:91
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
OT_COAP_CODE_GET
is read by 3 functions:
All items filtered out
OT_COAP_CODE_GET
ot::Cli::Coap::Process()
ot::Cli::Coap::ProcessRequest()
ot::Cli::Coap::HandleRequest()
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