ESP-IDF
ot::MeshCoP::BorderAgent::CoapCodeFromError()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshCoP::BorderAgent::CoapCodeFromError()
ot::MeshCoP::BorderAgent::CoapCodeFromError() method
Syntax
Show:
Summary
Declaration
Definition
from
border_agent.hpp:286
Coap
::
Message
::
Code
CoapCodeFromError
(
Error
aError
)
;
Implemented in
border_agent.cpp:86
Arguments
Argument
aError
Examples
References
from
examples
Code
Location
Scope
Referrer
Coap
::
Message
::
Code
BorderAgent
::
CoapCodeFromError
(
Error
aError
)
border_agent.cpp:86
Coap
::
Message
::
Code
CoapCodeFromError
(
Error
aError
)
;
border_agent.hpp:286
SuccessOrExit
(
error
=
aForwardContext
.
ToHeader
(
*
message
,
CoapCodeFromError
(
aError
)
)
)
;
border_agent.cpp:114
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::SendErrorMessage()
message
->
Init
(
Coap
::
kTypeNonConfirmable
,
CoapCodeFromError
(
aError
)
)
;
border_agent.cpp:131
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::SendErrorMessage()
message
->
Init
(
Coap
::
kTypeAck
,
CoapCodeFromError
(
aError
)
)
;
border_agent.cpp:135
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::SendErrorMessage()
Call Tree
from
examples
ot::MeshCoP::BorderAgent::CoapCodeFromError()
is called by 1 function:
ot::MeshCoP::BorderAgent::SendErrorMessage()
All items filtered out
ot::MeshCoP::BorderAgent::CoapCodeFromError()
All items filtered out
Data Use
from
examples
ot::MeshCoP::BorderAgent::CoapCodeFromError()
reads 5 variables:
ot::kErrorNone
ot::kErrorParse
ot::Coap::Code::kCodeChanged
ot::Coap::Code::kCodeBadRequest
ot::Coap::Code::kCodeInternalError
All items filtered out
ot::MeshCoP::BorderAgent::CoapCodeFromError()
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