ESP-IDF
SPINEL_PROP_NCP_VERSION
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_PROP_NCP_VERSION
SPINEL_PROP_NCP_VERSION value
NCP Version Format: `U` - Read-only Contains a string which describes the firmware currently running on the NCP. Encoded as a zero-terminated UTF-8 string.
Syntax
Show:
Summary
Declaration
from
spinel.h:1394
SPINEL_PROP_NCP_VERSION
=
2
;
Examples
References
from
examples
Code
Location
Scope
Referrer
SPINEL_PROP_NCP_VERSION
=
2
,
spinel.h:1394
case
SPINEL_PROP_NCP_VERSION
:
logger.cpp:429
ot::Spinel::Logger
ot::Spinel::Logger::LogSpinelFrame()
OT_NCP_GET_HANDLER_ENTRY
(
SPINEL_PROP_NCP_VERSION
)
,
ncp_base_dispatcher.cpp:55
ot::Ncp::NcpBase
ot::Ncp::NcpBase::FindGetPropertyHandler()
{
SPINEL_PROP_NCP_VERSION
,
"NCP_VERSION"
}
,
spinel.c:1204
spinel_prop_key_to_cstr()
else
if
(
key
==
SPINEL_PROP_NCP_VERSION
)
spinel_driver.cpp:374
ot::Spinel::SpinelDriver
ot::Spinel::SpinelDriver::HandleInitialFrame()
EXPECT_NO_ERROR
(
error
=
SendCommand
(
SPINEL_CMD_PROP_VALUE_GET
,
SPINEL_PROP_NCP_VERSION
,
sTid
)
)
;
spinel_driver.cpp:438
ot::Spinel::SpinelDriver
ot::Spinel::SpinelDriver::GetCoprocessorVersion()
mWaitingKey
=
SPINEL_PROP_NCP_VERSION
;
spinel_driver.cpp:440
ot::Spinel::SpinelDriver
ot::Spinel::SpinelDriver::GetCoprocessorVersion()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
SPINEL_PROP_NCP_VERSION
is read by 5 functions:
All items filtered out
SPINEL_PROP_NCP_VERSION
ot::Spinel::Logger::LogSpinelFrame()
ot::Spinel::SpinelDriver::HandleInitialFrame()
ot::Spinel::SpinelDriver::GetCoprocessorVersion()
spinel_prop_key_to_cstr()
ot::Ncp::NcpBase::FindGetPropertyHandler()
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