Skip to content

Struct rb::Timers::timer_t

ClassList > timer_t

Public Attributes

Type Name
std::function< bool()> callback
esp_timer_handle_t handle
uint16_t id

Public Functions

Type Name
void swap (timer_t & o)

Public Attributes Documentation

variable callback

std::function<bool()> rb::Timers::timer_t::callback;

variable handle

esp_timer_handle_t rb::Timers::timer_t::handle;

variable id

uint16_t rb::Timers::timer_t::id;

Public Functions Documentation

function swap

inline void timer_t::swap (
    timer_t & o
) 

The documentation for this class was generated from the following file demo-projets/esp/RBCXTimers.h