ESP-IDF
otCoapResource::mUriPath
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
otCoapResource::mUriPath
otCoapResource::mUriPath field
Syntax
Show:
Summary
Declaration
from
coap.h:406
const
char
*
mUriPath
;
Examples
References
from
examples
Code
Location
Scope
Referrer
const
char
*
mUriPath
;
///< The URI Path string
coap.h:406
mResource
.
mUriPath
=
mUriPath
;
cli_coap.cpp:189
ot::Cli::Coap
ot::Cli::Coap::Process()
OutputLine
(
"%s"
,
mResource
.
mUriPath
!=
nullptr
?
mResource
.
mUriPath
:
""
)
;
cli_coap.cpp:213
ot::Cli::Coap
ot::Cli::Coap::Process()
mUriPath
=
aUriPath
;
coap.cpp:1650
ot::Coap::Resource
ot::Coap::Resource::Resource()
const
char
*
GetUriPath
(
void
)
const
{
return
mUriPath
;
}
coap.hpp:164
ot::Coap::Resource
ot::Coap::Resource::GetUriPath() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otCoapResource::mUriPath
is written by 2 functions and is read by 2 functions:
ot::Coap::Resource::Resource()
ot::Cli::Coap::Process()
All items filtered out
otCoapResource::mUriPath
ot::Coap::Resource::GetUriPath() const
ot::Cli::Coap::Process()
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