ESP-IDF
ot::Srp::Client::Service::HasSubType() const
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::Service::HasSubType() const
ot::Srp::Client::Service::HasSubType() const method
Indicates whether or not the service has any subtypes.
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:205
bool
HasSubType
(
void
)
const
;
Return value
TRUE The service has at least one subtype. FALSE The service does not have any subtype.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
HasSubType
(
void
)
const
{
return
(
mSubTypeLabels
!=
nullptr
)
;
}
srp_client.hpp:205
if
(
HasSubType
(
)
)
srp_client.cpp:139
ot::Srp::Client::Service
ot::Srp::Client::Service::SetState()
if
(
aService
.
HasSubType
(
)
&&
!
removing
)
srp_client.cpp:1405
ot::Srp::Client
ot::Srp::Client::AppendServiceInstruction()
Call Tree
from
examples
ot::Srp::Client::Service::HasSubType() const
is called by 2 functions:
ot::Srp::Client::Service::SetState()
ot::Srp::Client::AppendServiceInstruction()
All items filtered out
ot::Srp::Client::Service::HasSubType() const
All items filtered out
Data Use
from
examples
ot::Srp::Client::Service::HasSubType() const
reads 1 variable:
otSrpClientService::mSubTypeLabels
All items filtered out
ot::Srp::Client::Service::HasSubType() 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