|
Gammu internals
1.38.0
|
#include <gammu-category.h>
Data Fields | |
| GSM_CategoryType | Type |
| int | Location |
| unsigned char | Name [(GSM_MAX_CATEGORY_NAME_LENGTH+1) *2] |
Category entry.
Definition at line 43 of file gammu-category.h.
| int GSM_Category::Location |
Location of category
Definition at line 51 of file gammu-category.h.
| unsigned char GSM_Category::Name[(GSM_MAX_CATEGORY_NAME_LENGTH+1) *2] |
Name of category
Definition at line 55 of file gammu-category.h.
| GSM_CategoryType GSM_Category::Type |
Type of category
Definition at line 47 of file gammu-category.h.