ESP-IDF
ot::Spinel::RadioSpinel::mPropertyArgs
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/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::Spinel::RadioSpinel::mPropertyArgs
ot::Spinel::RadioSpinel::mPropertyArgs field
Syntax
Show:
Summary
Declaration
from
radio_spinel.hpp:1193
va_list
mPropertyArgs
;
Examples
References
from
examples
Code
Location
Scope
Referrer
va_list
mPropertyArgs
;
///< The arguments pack or unpack spinel property of current transaction.
radio_spinel.hpp:1193
ResponseHandler
handler
=
va_arg
(
mPropertyArgs
,
ResponseHandler
)
;
radio_spinel.cpp:462
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::HandleWaitingResponse()
spinel_datatype_vunpack_in_place
(
aBuffer
,
aLength
,
mPropertyFormat
,
mPropertyArgs
)
;
radio_spinel.cpp:470
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::HandleWaitingResponse()
va_start
(
mPropertyArgs
,
aFormat
)
;
radio_spinel.cpp:1286
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::Get()
error
=
RequestWithPropertyFormatV
(
aFormat
,
SPINEL_CMD_PROP_VALUE_GET
,
aKey
,
nullptr
,
mPropertyArgs
)
;
radio_spinel.cpp:1287
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::Get()
va_end
(
mPropertyArgs
)
;
radio_spinel.cpp:1288
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::Get()
va_start
(
mPropertyArgs
,
aFormat
)
;
radio_spinel.cpp:1312
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::GetWithParam()
va_end
(
mPropertyArgs
)
;
radio_spinel.cpp:1315
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::GetWithParam()
va_start
(
mPropertyArgs
,
aFormat
)
;
radio_spinel.cpp:1334
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::Set()
mPropertyArgs
)
;
radio_spinel.cpp:1336
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::Set()
va_end
(
mPropertyArgs
)
;
radio_spinel.cpp:1337
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::Set()
va_start
(
mPropertyArgs
,
aFormat
)
;
radio_spinel.cpp:1356
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::Insert()
mPropertyArgs
)
;
radio_spinel.cpp:1358
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::Insert()
va_end
(
mPropertyArgs
)
;
radio_spinel.cpp:1359
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::Insert()
va_start
(
mPropertyArgs
,
aFormat
)
;
radio_spinel.cpp:1378
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::Remove()
mPropertyArgs
)
;
radio_spinel.cpp:1380
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::Remove()
va_end
(
mPropertyArgs
)
;
radio_spinel.cpp:1381
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::Remove()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Spinel::RadioSpinel::mPropertyArgs
is read by 6 functions:
All items filtered out
ot::Spinel::RadioSpinel::mPropertyArgs
ot::Spinel::RadioSpinel::HandleWaitingResponse()
ot::Spinel::RadioSpinel::Get()
ot::Spinel::RadioSpinel::GetWithParam()
ot::Spinel::RadioSpinel::Set()
ot::Spinel::RadioSpinel::Insert()
ot::Spinel::RadioSpinel::Remove()
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