ESP-IDF
ot::NetworkData::ServiceTlv::GetServiceDataLength() const
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
ot::NetworkData::ServiceTlv::GetServiceDataLength() const
ot::NetworkData::ServiceTlv::GetServiceDataLength() const method
Gets Service Data length.
Syntax
Show:
Summary
Declaration
from
network_data_tlvs.hpp:1252
uint8_t
GetServiceDataLength
(
void
)
const
;
Return value
length of the Service Data field in bytes.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
GetServiceDataLength
(
void
)
const
network_data_tlvs.hpp:1252
if
(
aIterator
.
mServiceTlv
->
GetServiceDataLength
(
)
<
sizeof
(
DnsSrpUnicast
::
ServiceData
)
)
network_data_service.cpp:283
ot::NetworkData::Service::Manager
ot::NetworkData::Service::Manager::GetNextDnsSrpUnicastInfo() const
CalculateSize
(
GetEnterpriseNumber
(
)
,
GetServiceDataLength
(
)
)
)
;
network_data_tlvs.hpp:1216
ot::NetworkData::ServiceTlv
ot::NetworkData::ServiceTlv::IsValid() const
aServiceData
.
Init
(
GetServiceData
(
)
,
GetServiceDataLength
(
)
)
;
network_data_tlvs.hpp:1244
ot::NetworkData::ServiceTlv
ot::NetworkData::ServiceTlv::GetServiceData() const
return
kMinLength
+
(
IsThreadEnterprise
(
)
?
0
:
sizeof
(
uint32_t
)
)
+
GetServiceDataLength
(
)
;
network_data_tlvs.hpp:1320
ot::NetworkData::ServiceTlv
ot::NetworkData::ServiceTlv::GetFieldsLength() const
Call Tree
from
examples
ot::NetworkData::ServiceTlv::GetServiceDataLength() const
is called by 4 functions and calls 1 function:
ot::NetworkData::ServiceTlv::IsValid() const
ot::NetworkData::ServiceTlv::GetServiceData() const
ot::NetworkData::ServiceTlv::GetFieldsLength() const
ot::NetworkData::Service::Manager::GetNextDnsSrpUnicastInfo() const
All items filtered out
ot::NetworkData::ServiceTlv::GetServiceDataLength() const
ot::NetworkData::ServiceTlv::IsThreadEnterprise() const
All items filtered out
Data Use
from
examples
ot::NetworkData::ServiceTlv::GetServiceDataLength() const
reads 3 variables:
ot::NetworkData::ServiceTlv::
::mServiceDataLengthThreadEnterprise
ot::NetworkData::ServiceTlv::mShared
ot::NetworkData::ServiceTlv::mServiceDataLength
All items filtered out
ot::NetworkData::ServiceTlv::GetServiceDataLength() 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