ESP-IDF
ot::Ncp::NcpBase::HandleCommandPropertyInsertRemove()
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::Ncp::NcpBase::HandleCommandPropertyInsertRemove()
ot::Ncp::NcpBase::HandleCommandPropertyInsertRemove() method
Syntax
Show:
Summary
Declaration
from
ncp_base.hpp:298
otError
HandleCommandPropertyInsertRemove
(
uint8_t
aHeader
,
spinel_prop_key_t
aKey
,
unsigned
int
aCommand
)
;
Arguments
Argument
aHeader
aKey
aCommand
Examples
References
from
examples
Code
Location
Scope
Referrer
otError
NcpBase
::
HandleCommandPropertyInsertRemove
(
uint8_t
aHeader
,
spinel_prop_key_t
aKey
,
unsigned
int
aCommand
)
ncp_base.cpp:1132
otError
HandleCommandPropertyInsertRemove
(
uint8_t
aHeader
,
spinel_prop_key_t
aKey
,
unsigned
int
aCommand
)
;
ncp_base.hpp:298
error
=
HandleCommandPropertyInsertRemove
(
aHeader
,
static_cast
<
spinel_prop_key_t
>
(
propKey
)
,
aCommand
)
;
ncp_base.cpp:1358
ot::Ncp::NcpBase
ot::Ncp::NcpBase::CommandHandler_PROP_VALUE_update()
Call Tree
from
examples
ot::Ncp::NcpBase::HandleCommandPropertyInsertRemove()
is called by 1 function and calls 10 functions:
ot::Ncp::NcpBase::CommandHandler_PROP_VALUE_update()
All items filtered out
ot::Ncp::NcpBase::HandleCommandPropertyInsertRemove()
IgnoreError()
otPlatAssertFail()
ot::Ncp::NcpBase::PrepareLastStatusResponse()
ot::Spinel::Decoder::ReadData()
ot::Spinel::Decoder::SavePosition()
ot::Spinel::Decoder::ResetToSaved()
ot::Ncp::NcpBase::FindInsertPropertyHandler()
ot::Ncp::NcpBase::FindRemovePropertyHandler()
ot::Ncp::NcpBase::WritePropertyValueInsertedRemovedFrame()
ot::Ncp::NcpBase::ThreadErrorToSpinelStatus()
All items filtered out
Data Use
from
examples
ot::Ncp::NcpBase::HandleCommandPropertyInsertRemove()
reads 8 variables and writes 1 variable:
otError::OT_ERROR_NONE
::SPINEL_CMD_PROP_VALUE_REMOVE
::SPINEL_CMD_PROP_VALUE_INSERTED
::SPINEL_CMD_PROP_VALUE_REMOVED
::SPINEL_STATUS_OK
::SPINEL_STATUS_PROP_NOT_FOUND
::SPINEL_CMD_PROP_VALUE_INSERT
ot::Ncp::NcpBase::mDecoder
All items filtered out
ot::Ncp::NcpBase::HandleCommandPropertyInsertRemove()
ot::Ncp::NcpBase::mDisableStreamWrite
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