ESP-IDF
SPINEL_STATUS_PROP_NOT_FOUND
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
SPINEL_STATUS_PROP_NOT_FOUND
SPINEL_STATUS_PROP_NOT_FOUND value
Syntax
Show:
Summary
Declaration
from
spinel.h:498
SPINEL_STATUS_PROP_NOT_FOUND
=
13
;
Examples
References
from
examples
Code
Location
Scope
Referrer
SPINEL_STATUS_PROP_NOT_FOUND
=
13
,
///< The given property is not recognized.
spinel.h:498
VerifyOrExit
(
didHandle
,
error
=
PrepareLastStatusResponse
(
aHeader
,
SPINEL_STATUS_PROP_NOT_FOUND
)
)
;
ncp_base.cpp:1116
ot::Ncp::NcpBase
ot::Ncp::NcpBase::HandleCommandPropertySet()
VerifyOrExit
(
handler
!=
nullptr
,
error
=
PrepareLastStatusResponse
(
aHeader
,
SPINEL_STATUS_PROP_NOT_FOUND
)
)
;
ncp_base.cpp:1156
ot::Ncp::NcpBase
ot::Ncp::NcpBase::HandleCommandPropertyInsertRemove()
SuccessOrExit
(
error
=
WriteLastStatusFrame
(
aHeader
,
SPINEL_STATUS_PROP_NOT_FOUND
)
)
;
ncp_base.cpp:1243
ot::Ncp::NcpBase
ot::Ncp::NcpBase::WritePropertyValueIsFrame()
{
SPINEL_STATUS_PROP_NOT_FOUND
,
"PROP_NOT_FOUND"
}
,
spinel.c:1543
spinel_status_to_cstr()
case
SPINEL_STATUS_PROP_NOT_FOUND
:
spinel_helper.cpp:92
ot::Spinel::SpinelStatusToOtError()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
SPINEL_STATUS_PROP_NOT_FOUND
is read by 5 functions:
All items filtered out
SPINEL_STATUS_PROP_NOT_FOUND
ot::Spinel::SpinelStatusToOtError()
spinel_status_to_cstr()
ot::Ncp::NcpBase::HandleCommandPropertySet()
ot::Ncp::NcpBase::HandleCommandPropertyInsertRemove()
ot::Ncp::NcpBase::WritePropertyValueIsFrame()
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