ESP-IDF
ot::MeshCoP::CommissioningDataset::GetLocator() 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::MeshCoP::CommissioningDataset::GetLocator() const
ot::MeshCoP::CommissioningDataset::GetLocator() const method
Gets the Border Router RLOC16 Locator in the Dataset. MUST be used when Locator is set in the Dataset, otherwise its behavior is undefined.
Syntax
Show:
Summary
Declaration
from
meshcop.hpp:392
uint16_t
GetLocator
(
void
)
const
;
Return value
The Border Router RLOC16 Locator in the Dataset.
Examples
References
from
examples
Code
Location
uint16_t
GetLocator
(
void
)
const
{
return
mLocator
;
}
meshcop.hpp:392
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::MeshCoP::CommissioningDataset::GetLocator() const
reads 1 variable:
otCommissioningDataset::mLocator
All items filtered out
ot::MeshCoP::CommissioningDataset::GetLocator() 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