ESP-IDF
otNetworkDiagTlv::
::mBatteryLevel
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
otNetworkDiagTlv::
::mBatteryLevel
otNetworkDiagTlv::
::mBatteryLevel field
Syntax
Show:
Summary
Declaration
from
netdiag.h:201
uint8_t
mBatteryLevel
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mBatteryLevel
;
netdiag.h:201
OutputLine
(
"Battery Level: %u%%"
,
diagTlv
.
mData
.
mBatteryLevel
)
;
cli.cpp:7958
ot::Cli::Interpreter
ot::Cli::Interpreter::HandleDiagnosticGetResponse()
SuccessOrExit
(
error
=
Tlv
::
Read
<
BatteryLevelTlv
>
(
aMessage
,
offset
,
aTlvInfo
.
mData
.
mBatteryLevel
)
)
;
network_diagnostic.cpp:1159
ot::NetworkDiagnostic::Client
ot::NetworkDiagnostic::Client::GetNextDiagTlv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otNetworkDiagTlv::
::mBatteryLevel
is read by 2 functions:
All items filtered out
otNetworkDiagTlv::
::mBatteryLevel
ot::NetworkDiagnostic::Client::GetNextDiagTlv()
ot::Cli::Interpreter::HandleDiagnosticGetResponse()
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