ESP-IDF
ot::BackboneRouter::BackboneTmfAgent::HandleResource()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::BackboneRouter::BackboneTmfAgent::HandleResource()
ot::BackboneRouter::BackboneTmfAgent::HandleResource() method
Syntax
Show:
Summary
Declaration
Definition
from
backbone_tmf.hpp:93
static
bool
HandleResource
(
CoapBase
&
aCoapBase
,
const
char
*
aUriPath
,
ot
::
Coap
::
Message
&
aMessage
,
const
Ip6
::
MessageInfo
&
aMessageInfo
)
;
Implemented in
backbone_tmf.cpp:65
Arguments
Argument
aCoapBase
aUriPath
aMessage
aMessageInfo
Related Functions
Found 3 other functions taking a
CoapBase
argument:
Function
ot::Coap::Coap::Send()
ot::Tmf::Agent::HandleResource()
ot::Tmf::SecureAgent::HandleResource()
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
BackboneTmfAgent
::
HandleResource
(
CoapBase
&
aCoapBase
,
backbone_tmf.cpp:65
bool
BackboneTmfAgent
::
HandleResource
(
const
char
*
aUriPath
,
backbone_tmf.cpp:73
static
bool
HandleResource
(
CoapBase
&
aCoapBase
,
backbone_tmf.hpp:93
bool
HandleResource
(
const
char
*
aUriPath
,
ot
::
Coap
::
Message
&
aMessage
,
const
Ip6
::
MessageInfo
&
aMessageInfo
)
;
backbone_tmf.hpp:97
return
static_cast
<
BackboneTmfAgent
&
>
(
aCoapBase
)
.
HandleResource
(
aUriPath
,
aMessage
,
aMessageInfo
)
;
backbone_tmf.cpp:70
ot::BackboneRouter::BackboneTmfAgent
ot::BackboneRouter::BackboneTmfAgent::HandleResource()
Call Tree
from
examples
ot::BackboneRouter::BackboneTmfAgent::HandleResource()
is called by 1 function and calls 2 functions:
ot::BackboneRouter::BackboneTmfAgent::HandleResource()
All items filtered out
ot::BackboneRouter::BackboneTmfAgent::HandleResource()
ot::BackboneRouter::BackboneTmfAgent::HandleResource()
ot::UriFromPath()
All items filtered out
Data Use
from
examples
ot::BackboneRouter::BackboneTmfAgent::HandleResource()
reads 2 variables:
ot::Uri::kUriBackboneAnswer
ot::Uri::kUriBackboneQuery
All items filtered out
ot::BackboneRouter::BackboneTmfAgent::HandleResource()
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