ESP-IDF
ot::Srp::Client::IsResponseMessageIdValid() const
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::Srp::Client::IsResponseMessageIdValid() const
ot::Srp::Client::IsResponseMessageIdValid() const method
Syntax
Show:
Summary
Declaration
Definition
from
srp_client.hpp:1038
bool
IsResponseMessageIdValid
(
uint16_t
aId
)
const
;
Implemented in
srp_client.cpp:1935
Arguments
Argument
aId
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
Client
::
IsResponseMessageIdValid
(
uint16_t
aId
)
const
srp_client.cpp:1935
bool
IsResponseMessageIdValid
(
uint16_t
aId
)
const
;
srp_client.hpp:1038
VerifyOrExit
(
IsResponseMessageIdValid
(
header
.
GetMessageId
(
)
)
,
error
=
kErrorDrop
)
;
srp_client.cpp:1796
ot::Srp::Client
ot::Srp::Client::ProcessResponse()
Call Tree
from
examples
ot::Srp::Client::IsResponseMessageIdValid() const
is called by 1 function:
ot::Srp::Client::ProcessResponse()
All items filtered out
ot::Srp::Client::IsResponseMessageIdValid() const
All items filtered out
Data Use
from
examples
ot::Srp::Client::IsResponseMessageIdValid() const
reads 2 variables:
ot::Srp::Client::mNextMessageId
ot::Srp::Client::mResponseMessageId
All items filtered out
ot::Srp::Client::IsResponseMessageIdValid() const
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