Gammu internals  1.38.0
gammu-category.h File Reference
#include <gammu-limits.h>
#include <gammu-error.h>
#include <gammu-statemachine.h>
Include dependency graph for gammu-category.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  GSM_Category
 
struct  GSM_CategoryStatus
 

Enumerations

enum  GSM_CategoryType { Category_ToDo = 1, Category_Phonebook }
 

Functions

GSM_Error GSM_GetCategory (GSM_StateMachine *s, GSM_Category *Category)
 
GSM_Error GSM_AddCategory (GSM_StateMachine *s, GSM_Category *Category)
 
GSM_Error GSM_GetCategoryStatus (GSM_StateMachine *s, GSM_CategoryStatus *Status)
 

Detailed Description

Author
Michal Čihař

Categories handling.

Definition in file gammu-category.h.