ESP-IDF
otSrpClientService::mState
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
otSrpClientService::mState
otSrpClientService::mState field
Syntax
Show:
Summary
Declaration
from
srp_client.h:110
otSrpClientItemState
mState
;
Examples
References
from
examples
Code
Location
Scope
Referrer
otSrpClientItemState
mState
;
///< Service state (managed by OT core).
srp_client.h:110
OutputLine
(
"\", state:%s, port:%d, priority:%d, weight:%d"
,
otSrpClientItemStateToString
(
aService
.
mState
)
,
cli_srp_client.cpp:839
ot::Cli::SrpClient
ot::Cli::SrpClient::OutputService()
mState
=
OT_SRP_CLIENT_ITEM_STATE_REMOVED
;
srp_client.cpp:113
ot::Srp::Client::Service
ot::Srp::Client::Service::Init()
mState
=
MapEnum
(
aState
)
;
srp_client.cpp:153
ot::Srp::Client::Service
ot::Srp::Client::Service::SetState()
ItemState
GetState
(
void
)
const
{
return
static_cast
<
ItemState
>
(
mState
)
;
}
srp_client.hpp:259
ot::Srp::Client::Service
ot::Srp::Client::Service::GetState() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otSrpClientService::mState
is written by 2 functions and is read by 2 functions:
ot::Srp::Client::Service::Init()
ot::Srp::Client::Service::SetState()
All items filtered out
otSrpClientService::mState
ot::Srp::Client::Service::GetState() const
ot::Cli::SrpClient::OutputService()
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