ESP-IDF
ot::Tmf::SecureAgent::HandleResource()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::Tmf::SecureAgent::HandleResource()
ot::Tmf::SecureAgent::HandleResource() method
Syntax
Show:
Summary
Declaration
Definition
from
tmf.hpp:211
static
bool
HandleResource
(
CoapBase
&
aCoapBase
,
const
char
*
aUriPath
,
Message
&
aMessage
,
const
Ip6
::
MessageInfo
&
aMessageInfo
)
;
Implemented in
tmf.cpp:281
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::BackboneRouter::BackboneTmfAgent::HandleResource()
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
SecureAgent
::
HandleResource
(
CoapBase
&
aCoapBase
,
tmf.cpp:281
bool
SecureAgent
::
HandleResource
(
const
char
*
aUriPath
,
Message
&
aMessage
,
const
Ip6
::
MessageInfo
&
aMessageInfo
)
tmf.cpp:289
static
bool
HandleResource
(
CoapBase
&
aCoapBase
,
tmf.hpp:211
bool
HandleResource
(
const
char
*
aUriPath
,
Message
&
aMessage
,
const
Ip6
::
MessageInfo
&
aMessageInfo
)
;
tmf.hpp:215
return
static_cast
<
SecureAgent
&
>
(
aCoapBase
)
.
HandleResource
(
aUriPath
,
aMessage
,
aMessageInfo
)
;
tmf.cpp:286
ot::Tmf::SecureAgent
ot::Tmf::SecureAgent::HandleResource()
Call Tree
from
examples
ot::Tmf::SecureAgent::HandleResource()
is called by 1 function and calls 2 functions:
ot::Tmf::SecureAgent::HandleResource()
All items filtered out
ot::Tmf::SecureAgent::HandleResource()
ot::Tmf::SecureAgent::HandleResource()
ot::UriFromPath()
All items filtered out
Data Use
from
examples
ot::Tmf::SecureAgent::HandleResource()
reads 7 variables:
ot::Uri::kUriActiveGet
ot::Uri::kUriCommissionerKeepAlive
ot::Uri::kUriCommissionerGet
ot::Uri::kUriCommissionerPetition
ot::Uri::kUriPendingGet
ot::Uri::kUriRelayTx
ot::Uri::kUriProxyTx
All items filtered out
ot::Tmf::SecureAgent::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