ESP-IDF
ot::DataPollSender::GetDefaultPollPeriod() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::GetDefaultPollPeriod() const
ot::DataPollSender::GetDefaultPollPeriod() const method
Returns the default maximum poll period. The default poll period is determined based on the child timeout interval, ensuing the child would send data poll within the child's timeout.
Syntax
Show:
Summary
Declaration
Definition
from
data_poll_sender.hpp:228
uint32_t
GetDefaultPollPeriod
(
void
)
const
;
Implemented in
data_poll_sender.cpp:520
Return value
The maximum default data polling interval (in msec).
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
DataPollSender
::
GetDefaultPollPeriod
(
void
)
const
data_poll_sender.cpp:520
uint32_t
GetDefaultPollPeriod
(
void
)
const
;
data_poll_sender.hpp:228
uint32_t
period
=
GetDefaultPollPeriod
(
)
;
data_poll_sender.cpp:183
ot::DataPollSender
ot::DataPollSender::GetKeepAlivePollPeriod() const
uint32_t
period
=
GetDefaultPollPeriod
(
)
;
data_poll_sender.cpp:483
ot::DataPollSender
ot::DataPollSender::CalculatePollPeriod() const
Call Tree
from
examples
ot::DataPollSender::GetDefaultPollPeriod() const
is called by 2 functions and calls 2 functions:
ot::DataPollSender::GetKeepAlivePollPeriod() const
ot::DataPollSender::CalculatePollPeriod() const
All items filtered out
ot::DataPollSender::GetDefaultPollPeriod() const
ot::Time::SecToMsec()
ot::Time::MsecToSec()
All items filtered out
Data Use
from
examples
ot::DataPollSender::GetDefaultPollPeriod() const
reads 3 variables:
ot::DataPollSender::kMaxPollRetxAttempts
ot::DataPollSender::kRetxPollPeriod
ot::Timer::kMaxDelay
All items filtered out
ot::DataPollSender::GetDefaultPollPeriod() 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