ESP-IDF
ot::Srp::Client::mResponseMessageId
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Srp::Client::mResponseMessageId
ot::Srp::Client::mResponseMessageId field
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:1089
uint16_t
mResponseMessageId
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mResponseMessageId
;
srp_client.hpp:1089
,
mResponseMessageId
(
0
)
srp_client.cpp:359
ot::Srp::Client
ot::Srp::Client::Client()
mResponseMessageId
=
mNextMessageId
;
srp_client.cpp:470
ot::Srp::Client
ot::Srp::Client::Stop()
mResponseMessageId
=
mNextMessageId
;
srp_client.cpp:1042
ot::Srp::Client
ot::Srp::Client::SendUpdate()
mResponseMessageId
=
header
.
GetMessageId
(
)
+
1
;
srp_client.cpp:1797
ot::Srp::Client
ot::Srp::Client::ProcessResponse()
return
!
SerialNumber
::
IsLess
(
aId
,
mResponseMessageId
)
&&
SerialNumber
::
IsLess
(
aId
,
mNextMessageId
)
;
srp_client.cpp:1939
ot::Srp::Client
ot::Srp::Client::IsResponseMessageIdValid() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Srp::Client::mResponseMessageId
is written by 3 functions and is read by 1 function:
ot::Srp::Client::Stop()
ot::Srp::Client::SendUpdate()
ot::Srp::Client::ProcessResponse()
All items filtered out
ot::Srp::Client::mResponseMessageId
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