ESP-IDF
ot::Mac::LinkRaw::mReceiveDoneCallback
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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::LinkRaw::mReceiveDoneCallback
ot::Mac::LinkRaw::mReceiveDoneCallback field
Syntax
Show:
Summary
Declaration
from
link_raw.hpp:285
otLinkRawReceiveDone
mReceiveDoneCallback
;
Examples
References
from
examples
Code
Location
Scope
Referrer
otLinkRawReceiveDone
mReceiveDoneCallback
;
link_raw.hpp:285
,
mReceiveDoneCallback
(
nullptr
)
link_raw.cpp:52
ot::Mac::LinkRaw
ot::Mac::LinkRaw::LinkRaw()
mReceiveDoneCallback
=
nullptr
;
link_raw.cpp:68
ot::Mac::LinkRaw
ot::Mac::LinkRaw::Init()
mReceiveDoneCallback
=
nullptr
;
link_raw.cpp:72
ot::Mac::LinkRaw
ot::Mac::LinkRaw::Init()
mReceiveDoneCallback
=
aCallback
;
link_raw.cpp:113
ot::Mac::LinkRaw
ot::Mac::LinkRaw::SetReceiveDone()
if
(
mReceiveDoneCallback
&&
(
aError
==
kErrorNone
)
)
link_raw.cpp:180
ot::Mac::LinkRaw
ot::Mac::LinkRaw::InvokeReceiveDone()
mReceiveDoneCallback
(
&
GetInstance
(
)
,
aFrame
,
aError
)
;
link_raw.cpp:182
ot::Mac::LinkRaw
ot::Mac::LinkRaw::InvokeReceiveDone()
bool
IsEnabled
(
void
)
const
{
return
mReceiveDoneCallback
!=
nullptr
;
}
link_raw.hpp:77
ot::Mac::LinkRaw
ot::Mac::LinkRaw::IsEnabled() const
Call Tree
from
examples
ot::Mac::LinkRaw::mReceiveDoneCallback
is called by 1 function:
ot::Mac::LinkRaw::InvokeReceiveDone()
All items filtered out
ot::Mac::LinkRaw::mReceiveDoneCallback
All items filtered out
Data Use
from
examples
ot::Mac::LinkRaw::mReceiveDoneCallback
is written by 2 functions and is read by 2 functions:
ot::Mac::LinkRaw::Init()
ot::Mac::LinkRaw::SetReceiveDone()
All items filtered out
ot::Mac::LinkRaw::mReceiveDoneCallback
ot::Mac::LinkRaw::IsEnabled() const
ot::Mac::LinkRaw::InvokeReceiveDone()
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