ESP-IDF
ot::NetworkDiagnostic::Client::SendCommand()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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::NetworkDiagnostic::Client::SendCommand()
ot::NetworkDiagnostic::Client::SendCommand() method
Syntax
Show:
Summary
Declaration
from
network_diagnostic.hpp:308
Error
SendCommand
(
Uri
aUri
,
Message
::
Priority
aPriority
,
const
Ip6
::
Address
&
aDestination
,
const
uint8_t
aTlvTypes
[
]
,
uint8_t
aCount
,
Coap
::
ResponseHandler
aHandler
=
nullptr
,
void
*
aContext
=
nullptr
)
;
Arguments
Argument
aUri
aPriority
aDestination
aTlvTypes
aCount
aHandler
aContext
Examples
References
from
examples
Code
Location
Scope
Referrer
Error
Client
::
SendCommand
(
Uri
aUri
,
network_diagnostic.cpp:887
Error
SendCommand
(
Uri
aUri
,
network_diagnostic.hpp:308
error
=
SendCommand
(
kUriDiagnosticGetQuery
,
Message
::
kPriorityNormal
,
aDestination
,
aTlvTypes
,
aCount
)
;
network_diagnostic.cpp:871
ot::NetworkDiagnostic::Client
ot::NetworkDiagnostic::Client::SendDiagnosticGet()
error
=
SendCommand
(
kUriDiagnosticGetRequest
,
Message
::
kPriorityNormal
,
aDestination
,
aTlvTypes
,
aCount
,
network_diagnostic.cpp:875
ot::NetworkDiagnostic::Client
ot::NetworkDiagnostic::Client::SendDiagnosticGet()
return
SendCommand
(
kUriDiagnosticReset
,
Message
::
kPriorityNormal
,
aDestination
,
aTlvTypes
,
aCount
)
;
network_diagnostic.cpp:977
ot::NetworkDiagnostic::Client
ot::NetworkDiagnostic::Client::SendDiagnosticReset()
Call Tree
from
examples
ot::NetworkDiagnostic::Client::SendCommand()
is called by 2 functions and calls 2 functions:
ot::NetworkDiagnostic::Client::SendDiagnosticGet()
ot::NetworkDiagnostic::Client::SendDiagnosticReset()
All items filtered out
ot::NetworkDiagnostic::Client::SendCommand()
otPlatAssertFail()
ot::NetworkDiagnostic::Client::UriToString()
All items filtered out
Data Use
from
examples
ot::NetworkDiagnostic::Client::SendCommand()
reads 11 variables and writes 1 variable:
ot::LogLevel::kLogLevelInfo
ot::kErrorNone
ot::kErrorNoBufs
ot::NetworkDiagnostic::Client::mQueryId
ot::Uri::kUriDiagnosticGetRequest
ot::Uri::kUriDiagnosticGetQuery
ot::Uri::kUriDiagnosticReset
ot::InstanceLocator::GetInstance() const
ot::Message::Free()
ot::Message::SetPriority()
ot::Ip6::Address::ToString() const
All items filtered out
ot::NetworkDiagnostic::Client::SendCommand()
ot::NetworkDiagnostic::Client::mQueryId
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