ESP-IDF
ot::Radio::SetPanId()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::Radio::SetPanId()
ot::Radio::SetPanId() method
Sets the PAN ID for address filtering.
Syntax
Show:
Summary
Declaration
Definition
from
radio.hpp:317
void
SetPanId
(
Mac
::
PanId
aPanId
)
;
Implemented in
radio.hpp:841
Arguments
Argument
Description
aPanId
The IEEE 802.15.4 PAN ID.
Examples
References
from
examples
Code
Location
Scope
Referrer
inline
void
Radio
::
SetPanId
(
Mac
::
PanId
aPanId
)
{
otPlatRadioSetPanId
(
GetInstancePtr
(
)
,
aPanId
)
;
}
radio.hpp:841
inline
void
Radio
::
SetPanId
(
Mac
::
PanId
)
{
}
radio.hpp:1000
void
SetPanId
(
Mac
::
PanId
aPanId
)
;
radio.hpp:317
SetPanId
(
Mac
::
kPanIdBroadcast
)
;
radio.cpp:65
ot::Radio
ot::Radio::Init()
Call Tree
from
examples
ot::Radio::SetPanId()
is called by 1 function and calls 2 functions:
ot::Radio::Init()
All items filtered out
ot::Radio::SetPanId()
otPlatRadioSetPanId()
ot::Radio::GetInstancePtr() const
All items filtered out
Data Use
from
examples
ot::Radio::SetPanId()
:
All items filtered out
ot::Radio::SetPanId()
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