ESP-IDF
ot::Cli::Coap::mResourceContent
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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
ot::Cli::Coap::mResourceContent
ot::Cli::Coap::mResourceContent field
Syntax
Show:
Summary
Declaration
from
cli_coap.hpp:167
char
mResourceContent
[
kMaxBufferSize
]
;
Examples
References
from
examples
Code
Location
Scope
Referrer
char
mResourceContent
[
kMaxBufferSize
]
;
cli_coap.hpp:167
strncpy
(
mResourceContent
,
"0"
,
sizeof
(
mResourceContent
)
)
;
cli_coap.cpp:70
ot::Cli::Coap
ot::Cli::Coap::Coap()
mResourceContent
[
sizeof
(
mResourceContent
)
-
1
]
=
'\0'
;
cli_coap.cpp:71
ot::Cli::Coap
ot::Cli::Coap::Coap()
VerifyOrExit
(
aArgs
[
0
]
.
GetLength
(
)
<
sizeof
(
mResourceContent
)
,
error
=
OT_ERROR_INVALID_ARGS
)
;
cli_coap.cpp:244
ot::Cli::Coap
ot::Cli::Coap::Process()
strncpy
(
mResourceContent
,
aArgs
[
0
]
.
GetCString
(
)
,
sizeof
(
mResourceContent
)
)
;
cli_coap.cpp:245
ot::Cli::Coap
ot::Cli::Coap::Process()
mResourceContent
[
sizeof
(
mResourceContent
)
-
1
]
=
'\0'
;
cli_coap.cpp:246
ot::Cli::Coap
ot::Cli::Coap::Process()
OutputLine
(
"%s"
,
mResourceContent
)
;
cli_coap.cpp:280
ot::Cli::Coap
ot::Cli::Coap::Process()
SuccessOrExit
(
error
=
otMessageAppend
(
responseMessage
,
mResourceContent
,
cli_coap.cpp:995
ot::Cli::Coap
ot::Cli::Coap::HandleRequest()
static_cast
<
uint16_t
>
(
strlen
(
mResourceContent
)
)
)
)
;
cli_coap.cpp:996
ot::Cli::Coap
ot::Cli::Coap::HandleRequest()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Cli::Coap::mResourceContent
is read by 3 functions:
All items filtered out
ot::Cli::Coap::mResourceContent
ot::Cli::Coap::Coap()
ot::Cli::Coap::Process()
ot::Cli::Coap::HandleRequest()
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