ESP-IDF
ot::Notifier::IsPending() 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::Notifier::IsPending() const
ot::Notifier::IsPending() const method
Indicates whether or not an event signal callback is pending/scheduled.
Syntax
Show:
Summary
Declaration
from
notifier.hpp:236
bool
IsPending
(
void
)
const
;
Return value
TRUE if a callback is pending, FALSE otherwise.
Examples
References
from
examples
Code
Location
bool
IsPending
(
void
)
const
{
return
!
mEventsToSignal
.
IsEmpty
(
)
;
}
notifier.hpp:236
Call Tree
from
examples
ot::Notifier::IsPending() const
calls 1 function:
All items filtered out
ot::Notifier::IsPending() const
ot::Events::IsEmpty() const
All items filtered out
Data Use
from
examples
ot::Notifier::IsPending() const
reads 1 variable:
ot::Notifier::mEventsToSignal
All items filtered out
ot::Notifier::IsPending() 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