Gammu API  1.38.0
GSM_SubCalendarEntry Struct Reference

#include <gammu-calendar.h>

Data Fields

GSM_CalendarType EntryType
 
GSM_DateTime Date
 
int Number
 
GSM_Error AddError
 
unsigned char Text [(GSM_MAX_CALENDAR_TEXT_LENGTH+1) *2]
 

Detailed Description

One value of calendar event.

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

Field Documentation

§ AddError

GSM_Error GSM_SubCalendarEntry::AddError

During adding SubEntry Gammu can return here info, if it was done OK

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

§ Date

GSM_DateTime GSM_SubCalendarEntry::Date

Date and time of value, if applicable.

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

§ EntryType

GSM_CalendarType GSM_SubCalendarEntry::EntryType

Type of value.

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

§ Number

int GSM_SubCalendarEntry::Number

Number of value, if applicable.

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

§ Text

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

Text of value, if applicable.

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


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