ESP-IDF
ot::Mac::Address::IsShort() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Mac::Address::IsShort() const
ot::Mac::Address::IsShort() const method
Indicates whether or not the Address is a Short Address.
Syntax
Show:
Summary
Declaration
from
mac_types.hpp:263
bool
IsShort
(
void
)
const
;
Return value
TRUE if it is a Short Address, FALSE otherwise.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsShort
(
void
)
const
{
return
(
mType
==
kTypeShort
)
;
}
mac_types.hpp:263
if
(
(
indirectMsgCount
>
0
)
&&
macSource
.
IsShort
(
)
)
data_poll_handler.cpp:152
ot::DataPollHandler
ot::DataPollHandler::HandleDataPoll()
VerifyOrExit
(
!
aRxInfo
.
GetDstAddr
(
)
.
IsBroadcast
(
)
&&
aRxInfo
.
GetSrcAddr
(
)
.
IsShort
(
)
)
;
mesh_forwarder_ftd.cpp:673
ot::MeshForwarder
ot::MeshForwarder::UpdateRoutes()
aMacAddress
.
IsShort
(
)
?
aMacAddress
.
GetShort
(
)
:
Mac
::
kShortAddrInvalid
,
neighbor.hpp:150
ot::Neighbor::AddressMatcher
ot::Neighbor::AddressMatcher::AddressMatcher()
if
(
destAddr
.
IsShort
(
)
)
trel_link.cpp:143
ot::Trel::Link
ot::Trel::Link::BeginTransmit()
Call Tree
from
examples
ot::Mac::Address::IsShort() const
is called by 4 functions:
ot::Neighbor::AddressMatcher::AddressMatcher()
ot::DataPollHandler::HandleDataPoll()
ot::Trel::Link::BeginTransmit()
ot::MeshForwarder::UpdateRoutes()
All items filtered out
ot::Mac::Address::IsShort() const
All items filtered out
Data Use
from
examples
ot::Mac::Address::IsShort() const
reads 2 variables:
ot::Mac::Address::Type::kTypeShort
ot::Mac::Address::mType
All items filtered out
ot::Mac::Address::IsShort() 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