ESP-IDF
ot::MeshCoP::Tlv::SetType()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshCoP::Tlv::SetType()
ot::MeshCoP::Tlv::SetType() method
Sets the Type value.
Syntax
Show:
Summary
Declaration
from
meshcop_tlvs.hpp:142
void
SetType
(
Type
aType
)
;
Arguments
Argument
Description
aType
The Type value.
Examples
References
from
examples
Code
Location
Scope
Referrer
void
SetType
(
Type
aType
)
{
ot
::
Tlv
::
SetType
(
static_cast
<
uint8_t
>
(
aType
)
)
;
}
meshcop_tlvs.hpp:142
newTlv
->
SetType
(
aType
)
;
dataset.cpp:373
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::WriteTlv()
tlv
.
SetType
(
MeshCoP
::
Tlv
::
kEnergyList
)
;
energy_scan_server.cpp:77
ot::EnergyScanServer
ot::EnergyScanServer::HandleTmf()
SetType
(
kNetworkName
)
;
meshcop_tlvs.hpp:264
ot::MeshCoP::NetworkNameTlv::Init()
SetType
(
kSteeringData
)
;
meshcop_tlvs.hpp:328
ot::MeshCoP::SteeringDataTlv::Init()
SetType
(
kBorderAgentLocator
)
;
meshcop_tlvs.hpp:379
ot::MeshCoP::BorderAgentLocatorTlv::Init()
SetType
(
kCommissionerSessionId
)
;
meshcop_tlvs.hpp:421
ot::MeshCoP::CommissionerSessionIdTlv::Init()
SetType
(
kSecurityPolicy
)
;
meshcop_tlvs.hpp:463
ot::MeshCoP::SecurityPolicyTlv::Init()
SetType
(
kEnergyList
)
;
meshcop_tlvs.hpp:710
ot::MeshCoP::EnergyListTlv::Init()
SetType
(
kVendorStackVersion
)
;
meshcop_tlvs.hpp:788
ot::MeshCoP::VendorStackVersionTlv::Init()
SetType
(
kDiscoveryRequest
)
;
meshcop_tlvs.hpp:965
ot::MeshCoP::DiscoveryRequestTlv::Init()
SetType
(
kDiscoveryResponse
)
;
meshcop_tlvs.hpp:1043
ot::MeshCoP::DiscoveryResponseTlv::Init()
SetType
(
kJoinerAdvertisement
)
;
meshcop_tlvs.hpp:1150
ot::MeshCoP::JoinerAdvertisementTlv::Init()
Call Tree
from
examples
ot::MeshCoP::Tlv::SetType()
is called by 2 functions and calls 1 function:
ot::EnergyScanServer::HandleTmf()
ot::MeshCoP::Dataset::WriteTlv()
All items filtered out
ot::MeshCoP::Tlv::SetType()
ot::Tlv::SetType()
All items filtered out
Data Use
from
examples
ot::MeshCoP::Tlv::SetType()
writes 10 variables:
All items filtered out
ot::MeshCoP::Tlv::SetType()
ot::MeshCoP::NetworkNameTlv::Init()
ot::MeshCoP::SteeringDataTlv::Init()
ot::MeshCoP::BorderAgentLocatorTlv::Init()
ot::MeshCoP::CommissionerSessionIdTlv::Init()
ot::MeshCoP::SecurityPolicyTlv::Init()
ot::MeshCoP::EnergyListTlv::Init()
ot::MeshCoP::VendorStackVersionTlv::Init()
ot::MeshCoP::DiscoveryRequestTlv::Init()
ot::MeshCoP::DiscoveryResponseTlv::Init()
ot::MeshCoP::JoinerAdvertisementTlv::Init()
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