ESP-IDF
otCoapResource::mHandler
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
otCoapResource::mHandler
otCoapResource::mHandler field
Syntax
Show:
Summary
Declaration
from
coap.h:407
otCoapRequestHandler
mHandler
;
Examples
References
from
examples
Code
Location
Scope
Referrer
otCoapRequestHandler
mHandler
;
///< The callback for handling a received request
coap.h:407
mResource
.
mHandler
=
&
Coap
::
HandleRequest
;
cli_coap.cpp:191
ot::Cli::Coap
ot::Cli::Coap::Process()
mHandler
=
aHandler
;
coap.cpp:1651
ot::Coap::Resource
ot::Coap::Resource::Resource()
mHandler
(
mContext
,
&
aMessage
,
&
aMessageInfo
)
;
coap.hpp:169
ot::Coap::Resource
ot::Coap::Resource::HandleRequest() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otCoapResource::mHandler
is written by 2 functions and is read by 1 function:
ot::Coap::Resource::Resource()
ot::Cli::Coap::Process()
All items filtered out
otCoapResource::mHandler
ot::Coap::Resource::HandleRequest() 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
otCoapResource::mHandler
implements 1 functions:
ot::Cli::Coap::HandleRequest()
All items filtered out
otCoapResource::mHandler
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out