Gammu internals  1.38.0
GSM_Alarm Struct Reference

#include <gammu-calendar.h>

Collaboration diagram for GSM_Alarm:

Data Fields

int Location
 
GSM_DateTime DateTime
 
gboolean Repeating
 
unsigned char Text [(GSM_MAX_CALENDAR_TEXT_LENGTH+1) *2]
 

Detailed Description

Alarm values.

Definition at line 514 of file gammu-calendar.h.

Field Documentation

§ DateTime

GSM_DateTime GSM_Alarm::DateTime

Date and time of alarm.

Definition at line 522 of file gammu-calendar.h.

Referenced by DUMMY_GetAlarm(), and DUMMY_SetAlarm().

§ Location

int GSM_Alarm::Location

Location where it is stored.

Definition at line 518 of file gammu-calendar.h.

Referenced by DUMMY_AlarmPath(), and DUMMY_SetAlarm().

§ Repeating

gboolean GSM_Alarm::Repeating

Whether it repeats each day.

Definition at line 526 of file gammu-calendar.h.

Referenced by DUMMY_GetAlarm(), and DUMMY_SetAlarm().

§ Text

unsigned char GSM_Alarm::Text[(GSM_MAX_CALENDAR_TEXT_LENGTH+1) *2]

Text that is shown on display.

Definition at line 530 of file gammu-calendar.h.

Referenced by DUMMY_GetAlarm(), and DUMMY_SetAlarm().


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