ESP-IDF
kTypeNone
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
kTypeNone
kTypeNone value
Syntax
Show:
Summary
Declaration
from
mac_types.hpp:231
kTypeNone
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kTypeNone
,
///< No address.
mac_types.hpp:231
case
Mac
::
Address
::
kTypeNone
:
frame_builder.cpp:89
ot::FrameBuilder
ot::FrameBuilder::AppendMacAddress()
case
Address
::
kTypeNone
:
mac.cpp:1794
ot::Mac::Mac
ot::Mac::Mac::HandleReceivedFrame()
case
Address
::
kTypeNone
:
mac.cpp:1825
ot::Mac::Mac
ot::Mac::Mac::HandleReceivedFrame()
case
Mac
::
Address
::
kTypeNone
:
mac_frame.cpp:62
otMacFrameDoesAddrMatch()
case
Mac
::
Address
::
kTypeNone
:
mac_frame.cpp:102
GetOtMacAddress()
case
Address
::
kTypeNone
:
mac_frame.cpp:929
ot::Mac::Frame
ot::Mac::Frame::DetermineFcfAddrType()
else
if
(
mType
==
kTypeNone
)
mac_types.cpp:101
ot::Mac::Address
ot::Mac::Address::ToString() const
:
mType
(
kTypeNone
)
mac_types.hpp:240
ot::Mac::Address
ot::Mac::Address::Address()
bool
IsNone
(
void
)
const
{
return
(
mType
==
kTypeNone
)
;
}
mac_types.hpp:256
ot::Mac::Address
ot::Mac::Address::IsNone() const
void
SetNone
(
void
)
{
mType
=
kTypeNone
;
}
mac_types.hpp:304
ot::Mac::Address
ot::Mac::Address::SetNone()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kTypeNone
is read by 9 functions:
All items filtered out
kTypeNone
ot::Mac::Address::Address()
ot::Mac::Address::IsNone() const
ot::Mac::Address::SetNone()
otMacFrameDoesAddrMatch()
GetOtMacAddress()
ot::FrameBuilder::AppendMacAddress()
ot::Mac::Mac::HandleReceivedFrame()
ot::Mac::Frame::DetermineFcfAddrType()
ot::Mac::Address::ToString() 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