ESP-IDF
ot::IndirectSender::ChildInfo::mUseShortAddress
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::IndirectSender::ChildInfo::mUseShortAddress
ot::IndirectSender::ChildInfo::mUseShortAddress field
Syntax
Show:
Summary
Declaration
from
indirect_sender.hpp:126
bool
mUseShortAddress
:
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
mUseShortAddress
:
1
;
// Indicates whether to use short or extended address.
indirect_sender.hpp:126
if
(
mUseShortAddress
)
indirect_sender.cpp:44
ot::IndirectSender::ChildInfo
ot::IndirectSender::ChildInfo::GetMacAddress() const
bool
IsIndirectSourceMatchShort
(
void
)
const
{
return
mUseShortAddress
;
}
indirect_sender.hpp:106
ot::IndirectSender::ChildInfo
ot::IndirectSender::ChildInfo::IsIndirectSourceMatchShort() const
void
SetIndirectSourceMatchShort
(
bool
aShort
)
{
mUseShortAddress
=
aShort
;
}
indirect_sender.hpp:107
ot::IndirectSender::ChildInfo
ot::IndirectSender::ChildInfo::SetIndirectSourceMatchShort()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::IndirectSender::ChildInfo::mUseShortAddress
is written by 1 function and is read by 2 functions:
ot::IndirectSender::ChildInfo::SetIndirectSourceMatchShort()
All items filtered out
ot::IndirectSender::ChildInfo::mUseShortAddress
ot::IndirectSender::ChildInfo::IsIndirectSourceMatchShort() const
ot::IndirectSender::ChildInfo::GetMacAddress() 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