ESP-IDF
ot::Srp::Server::ServiceUpdateId
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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::Srp::Server::ServiceUpdateId
ot::Srp::Server::ServiceUpdateId
The ID of SRP service update transaction.
Syntax
Show:
Summary
Declaration
from
srp_server.hpp:147
typedef
otSrpServerServiceUpdateId
ServiceUpdateId
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
otSrpServerServiceUpdateId
ServiceUpdateId
;
srp_server.hpp:147
void
Server
::
HandleServiceUpdateResult
(
ServiceUpdateId
aId
,
Error
aError
)
srp_server.cpp:379
ot::Srp::Server::HandleServiceUpdateResult()
ot::Srp::Server::HandleServiceUpdateResult()::aId
void
HandleServiceUpdateResult
(
ServiceUpdateId
aId
,
Error
aError
)
;
srp_server.hpp:832
ot::Srp::Server::HandleServiceUpdateResult()
ot::Srp::Server::HandleServiceUpdateResult()::aId
ServiceUpdateId
GetId
(
void
)
const
{
return
mId
;
}
srp_server.hpp:879
ot::Srp::Server::UpdateMetadata
ot::Srp::Server::UpdateMetadata::GetId() const
bool
Matches
(
ServiceUpdateId
aId
)
const
{
return
mId
==
aId
;
}
srp_server.hpp:887
ot::Srp::Server::UpdateMetadata::Matches() const
ot::Srp::Server::UpdateMetadata::Matches() const::aId
ServiceUpdateId
mId
;
// The ID of this service update transaction.
srp_server.hpp:895
ot::Srp::Server::UpdateMetadata
ot::Srp::Server::UpdateMetadata::mId
ServiceUpdateId
AllocateServiceUpdateId
(
void
)
{
return
mServiceUpdateId
++
;
}
srp_server.hpp:921
ot::Srp::Server
ot::Srp::Server::AllocateServiceUpdateId()
ServiceUpdateId
mServiceUpdateId
;
srp_server.hpp:1004
ot::Srp::Server
ot::Srp::Server::mServiceUpdateId
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
ot::Srp::Server::HandleServiceUpdateResult()::aId
ot::Srp::Server::HandleServiceUpdateResult()
srp_server.hpp:832
return
ot::Srp::Server::UpdateMetadata::GetId() const
srp_server.hpp:879
ot::Srp::Server::UpdateMetadata::Matches() const::aId
ot::Srp::Server::UpdateMetadata::Matches() const
srp_server.hpp:887
ot::Srp::Server::UpdateMetadata::mId
ot::Srp::Server::UpdateMetadata
srp_server.hpp:895
return
ot::Srp::Server::AllocateServiceUpdateId()
srp_server.hpp:921
ot::Srp::Server::mServiceUpdateId
ot::Srp::Server
srp_server.hpp:1004
ot::Srp::Server::HandleServiceUpdateResult()::aId
ot::Srp::Server::HandleServiceUpdateResult()
srp_server.cpp:379
Lifecycle
from
examples
All items filtered out
All items filtered out