ESP-IDF
ot::Tmf::Agent::HandleResource()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::Tmf::Agent::HandleResource()
ot::Tmf::Agent::HandleResource() method
Syntax
Show:
Summary
Declaration
Definition
from
tmf.hpp:186
static
bool
HandleResource
(
CoapBase
&
aCoapBase
,
const
char
*
aUriPath
,
Message
&
aMessage
,
const
Ip6
::
MessageInfo
&
aMessageInfo
)
;
Implemented in
tmf.cpp:101
Arguments
Argument
aCoapBase
aUriPath
aMessage
aMessageInfo
Related Functions
Found 3 other functions taking a
CoapBase
argument:
Function
ot::Coap::Coap::Send()
ot::Tmf::SecureAgent::HandleResource()
ot::BackboneRouter::BackboneTmfAgent::HandleResource()
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
Agent
::
HandleResource
(
CoapBase
&
aCoapBase
,
tmf.cpp:101
bool
Agent
::
HandleResource
(
const
char
*
aUriPath
,
Message
&
aMessage
,
const
Ip6
::
MessageInfo
&
aMessageInfo
)
tmf.cpp:109
static
bool
HandleResource
(
CoapBase
&
aCoapBase
,
tmf.hpp:186
bool
HandleResource
(
const
char
*
aUriPath
,
Message
&
aMessage
,
const
Ip6
::
MessageInfo
&
aMessageInfo
)
;
tmf.hpp:190
return
static_cast
<
Agent
&
>
(
aCoapBase
)
.
HandleResource
(
aUriPath
,
aMessage
,
aMessageInfo
)
;
tmf.cpp:106
ot::Tmf::Agent
ot::Tmf::Agent::HandleResource()
Call Tree
from
examples
ot::Tmf::Agent::HandleResource()
is called by 1 function and calls 2 functions:
ot::Tmf::Agent::HandleResource()
All items filtered out
ot::Tmf::Agent::HandleResource()
ot::Tmf::Agent::HandleResource()
ot::UriFromPath()
All items filtered out
Data Use
from
examples
ot::Tmf::Agent::HandleResource()
reads 27 variables:
ot::Uri::kUriAddressError
ot::Uri::kUriAddressNotify
ot::Uri::kUriAddressQuery
ot::Uri::kUriAddressRelease
ot::Uri::kUriAddressSolicit
ot::Uri::kUriServerData
ot::Uri::kUriAnnounceBegin
ot::Uri::kUriActiveGet
ot::Uri::kUriActiveReplace
ot::Uri::kUriActiveSet
ot::Uri::kUriCommissionerGet
ot::Uri::kUriCommissionerSet
ot::Uri::kUriEnergyScan
ot::Uri::kUriLeaderKeepAlive
ot::Uri::kUriLeaderPetition
ot::Uri::kUriPendingGet
ot::Uri::kUriPanIdQuery
ot::Uri::kUriPendingSet
ot::Uri::kUriRelayRx
ot::Uri::kUriRelayTx
ot::Uri::kUriDiagnosticGetAnswer
ot::Uri::kUriDiagnosticGetRequest
ot::Uri::kUriDiagnosticGetQuery
ot::Uri::kUriDiagnosticReset
ot::Uri::kUriDuaRegistrationNotify
ot::Uri::kUriDuaRegistrationRequest
ot::Uri::kUriMlr
All items filtered out
ot::Tmf::Agent::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