ESP-IDF
ot::DataPollSender::GetKeepAlivePollPeriod() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
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::GetKeepAlivePollPeriod() const
ot::DataPollSender::GetKeepAlivePollPeriod() const method
Gets the maximum data polling period in use. The maximum data poll period is determined based as the minimum of the user-specified poll interval and the default poll interval.
Syntax
Show:
Summary
Declaration
Definition
from
data_poll_sender.hpp:213
uint32_t
GetKeepAlivePollPeriod
(
void
)
const
;
Implemented in
data_poll_sender.cpp:181
Return value
The maximum data polling period in use.
Examples
References
from
examples
Code
Location
uint32_t
DataPollSender
::
GetKeepAlivePollPeriod
(
void
)
const
data_poll_sender.cpp:181
uint32_t
GetKeepAlivePollPeriod
(
void
)
const
;
data_poll_sender.hpp:213
Call Tree
from
examples
ot::DataPollSender::GetKeepAlivePollPeriod() const
calls 1 function:
All items filtered out
ot::DataPollSender::GetKeepAlivePollPeriod() const
ot::DataPollSender::GetDefaultPollPeriod() const
All items filtered out
Data Use
from
examples
ot::DataPollSender::GetKeepAlivePollPeriod() const
reads 1 variable:
ot::DataPollSender::mExternalPollPeriod
All items filtered out
ot::DataPollSender::GetKeepAlivePollPeriod() 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