ESP3D  3.0
Firmware for ESP boards connected to 3D Printer
TimeServer Class Reference

#include <time_server.h>

Public Member Functions

 TimeServer ()
 
 ~TimeServer ()
 
bool begin ()
 
void end ()
 
void handle ()
 
const char * current_time (time_t t=0)
 
bool setTime (const char *stime)
 
bool started ()
 
bool is_internet_time (bool readfromsettings=false)
 

Detailed Description

Definition at line 28 of file time_server.h.

Constructor & Destructor Documentation

◆ TimeServer()

TimeServer::TimeServer ( )

◆ ~TimeServer()

TimeServer::~TimeServer ( )

Member Function Documentation

◆ begin()

bool TimeServer::begin ( )
Here is the caller graph for this function:

◆ current_time()

const char* TimeServer::current_time ( time_t  t = 0)
Here is the caller graph for this function:

◆ end()

void TimeServer::end ( )

◆ handle()

void TimeServer::handle ( )

◆ is_internet_time()

bool TimeServer::is_internet_time ( bool  readfromsettings = false)
Here is the caller graph for this function:

◆ setTime()

bool TimeServer::setTime ( const char *  stime)
Here is the caller graph for this function:

◆ started()

bool TimeServer::started ( )
Here is the caller graph for this function:

The documentation for this class was generated from the following file: