|
| ~DcAppointment () |
|
void | set (const char *title, const char *description, int start, int end, bool allDay, float latitude, float longitude) |
|
char * | get () |
|
◆ ~DcAppointment()
DcAppointment::~DcAppointment |
( |
| ) |
|
|
inline |
◆ get()
char * DcAppointment::get |
( |
| ) |
|
◆ set()
void DcAppointment::set |
( |
const char * | title, |
|
|
const char * | description, |
|
|
int | start, |
|
|
int | end, |
|
|
bool | allDay, |
|
|
float | latitude, |
|
|
float | longitude ) |
- Parameters
-
title | - is for assigning the main title to the appointment. This parameter is required |
description | - is for assigning an optional description to the event |
start | - is an epoch datetime for defining when the appointment will start |
end | - is an epoch datetime for defining when the appointment will end |
allDay | - is a boolean to determine if the appointment should cover all day, ignoring specific times of the selected start and end timestamps |
latitude | - define the latitude of a specific location where to attend the appointment |
longitude | - define the longitude of a specific location where to attend the appointment |
- Returns
- void
The documentation for this class was generated from the following files:
- C:/Users/flavio_unige/Desktop/semilimes/sdk/semilimes MCU SDK/github/semilimes_mcu_sdk/src/components/dc_appointment.h
- C:/Users/flavio_unige/Desktop/semilimes/sdk/semilimes MCU SDK/github/semilimes_mcu_sdk/src/components/dc_appointment.cpp