ESP-IDF
ot::MeshCoP::ExtendedPanIdManager
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshCoP::ExtendedPanIdManager
ot::MeshCoP::ExtendedPanIdManager class
Syntax
Show:
Summary
Declaration
from
extended_panid.hpp:74
class
ExtendedPanIdManager
:
public
InstanceLocator
,
private
NonCopyable
{
public
:
explicit
ExtendedPanIdManager
(
Instance
&
aInstance
)
;
const
ExtendedPanId
&
GetExtPanId
(
void
)
const
{
return
mExtendedPanId
;
}
void
SetExtPanId
(
const
ExtendedPanId
&
aExtendedPanId
)
;
private
:
static
const
otExtendedPanId
sExtendedPanidInit
;
ExtendedPanId
mExtendedPanId
;
}
;
Fields
Field
Declared as
ot::MeshCoP::ExtendedPanIdManager::sExtendedPanidInit
ot::MeshCoP::ExtendedPanIdManager::mExtendedPanId
ExtendedPanId
Methods
GetExtPanId() const
Returns the Extended PAN Identifier.
SetExtPanId()
Sets the Extended PAN Identifier.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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