ESP-IDF
ot::DataPollSender::kMaxFastPollsUsers
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
ot::DataPollSender::kMaxFastPollsUsers
ot::DataPollSender::kMaxFastPollsUsers variable
Syntax
Show:
Summary
Declaration
from
data_poll_sender.hpp:67
static
constexpr
uint8_t
kMaxFastPollsUsers
=
63
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kMaxFastPollsUsers
=
63
;
///< Maximum number of the users of fast poll tx allowed.
data_poll_sender.hpp:67
if
(
mFastPollsUsers
<
kMaxFastPollsUsers
)
data_poll_sender.cpp:391
ot::DataPollSender
ot::DataPollSender::SendFastPolls()
VerifyOrExit
(
mFastPollsUsers
<
kMaxFastPollsUsers
)
;
data_poll_sender.cpp:416
ot::DataPollSender
ot::DataPollSender::StopFastPolls()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::DataPollSender::kMaxFastPollsUsers
is read by 2 functions:
All items filtered out
ot::DataPollSender::kMaxFastPollsUsers
ot::DataPollSender::SendFastPolls()
ot::DataPollSender::StopFastPolls()
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