Z-Wave Protocol Controller Reference
platform_date_time.h File Reference
#include "sl_status.h"
Include dependency graph for platform_date_time.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  date_time_t
 

Functions

date_time_t platform_get_date_time ()
 platform abstraction for retrieving local system time. More...
 
sl_status_t platform_set_date_time (const date_time_t *new_time)
 platform abstraction for setting local system time. More...
 

Function Documentation

◆ platform_get_date_time()

date_time_t platform_get_date_time ( )

platform abstraction for retrieving local system time.

Here is the caller graph for this function:

◆ platform_set_date_time()

sl_status_t platform_set_date_time ( const date_time_t new_time)

platform abstraction for setting local system time.