ESP-IDF
ot::DataPollSender::GetExternalPollPeriod() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/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::GetExternalPollPeriod() const
ot::DataPollSender::GetExternalPollPeriod() const method
Gets the current user-specified/external data poll period.
Syntax
Show:
Summary
Declaration
from
data_poll_sender.hpp:122
uint32_t
GetExternalPollPeriod
(
void
)
const
;
Return value
The data poll period in milliseconds.
Examples
References
from
examples
Code
Location
uint32_t
GetExternalPollPeriod
(
void
)
const
{
return
mExternalPollPeriod
;
}
data_poll_sender.hpp:122
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::DataPollSender::GetExternalPollPeriod() const
reads 1 variable:
ot::DataPollSender::mExternalPollPeriod
All items filtered out
ot::DataPollSender::GetExternalPollPeriod() 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