Gammu internals
1.38.0
|
#include <alcatel.h>
Data Fields | |
GSM_Alcatel_Mode | Mode |
GSM_Alcatel_BinaryState | BinaryState |
GSM_Alcatel_BinaryType | BinaryType |
int | BinaryItem |
GSM_Alcatel_ProtocolVersion | ProtocolVersion |
int | CommitedRecord |
gboolean | TransferCompleted |
GSM_Alcatel_FieldType | ReturnType |
GSM_DateTime | ReturnDateTime |
unsigned int | ReturnInt |
unsigned char | ReturnString [(GSM_PHONEBOOK_TEXT_LENGTH+1) *2] |
int ** | CurrentList |
int * | CurrentCount |
int * | CalendarItems |
int * | ToDoItems |
int * | ContactsItems |
int | CalendarItemsCount |
int | ToDoItemsCount |
int | ContactsItemsCount |
int | CurrentFields [GSM_PHONEBOOK_ENTRIES+1] |
int | CurrentFieldsCount |
int | CurrentFieldsItem |
GSM_Alcatel_BinaryType | CurrentFieldsType |
int | CurrentCategories [ALCATEL_MAX_CATEGORIES+1] |
char | CurrentCategoriesCache [ALCATEL_MAX_CATEGORIES+1][(GSM_MAX_CATEGORY_NAME_LENGTH+1) *2] |
int | CurrentCategoriesCount |
GSM_Alcatel_BinaryType | CurrentCategoriesType |
int GSM_Phone_ALCATELData::BinaryItem |
GSM_Alcatel_BinaryState GSM_Phone_ALCATELData::BinaryState |
GSM_Alcatel_BinaryType GSM_Phone_ALCATELData::BinaryType |
int* GSM_Phone_ALCATELData::CalendarItems |
int GSM_Phone_ALCATELData::CalendarItemsCount |
Count of calendar items stored in CalendarItems.
int GSM_Phone_ALCATELData::CommitedRecord |
int* GSM_Phone_ALCATELData::ContactsItems |
int GSM_Phone_ALCATELData::ContactsItemsCount |
Count of contacts items stored in ContactsItems.
int GSM_Phone_ALCATELData::CurrentCategories[ALCATEL_MAX_CATEGORIES+1] |
char GSM_Phone_ALCATELData::CurrentCategoriesCache[ALCATEL_MAX_CATEGORIES+1][(GSM_MAX_CATEGORY_NAME_LENGTH+1) *2] |
Cache for category names of current type. The index here is not same as in CurrentCategories, it is id of category here.
int GSM_Phone_ALCATELData::CurrentCategoriesCount |
Count of entries in CurrentCategories.
GSM_Alcatel_BinaryType GSM_Phone_ALCATELData::CurrentCategoriesType |
Type of current categories in CurrentCategories etc.
int* GSM_Phone_ALCATELData::CurrentCount |
int GSM_Phone_ALCATELData::CurrentFields[GSM_PHONEBOOK_ENTRIES+1] |
int GSM_Phone_ALCATELData::CurrentFieldsCount |
Count of fields listed in CurrentFields.
int GSM_Phone_ALCATELData::CurrentFieldsItem |
Location of current (eg. which identifies CurrentFieldsCount and CurrentFields) item.
GSM_Alcatel_BinaryType GSM_Phone_ALCATELData::CurrentFieldsType |
Type of current (eg. which identifies CurrentFieldsCount and CurrentFields) item.
int** GSM_Phone_ALCATELData::CurrentList |
GSM_Alcatel_Mode GSM_Phone_ALCATELData::Mode |
GSM_Alcatel_ProtocolVersion GSM_Phone_ALCATELData::ProtocolVersion |
GSM_DateTime GSM_Phone_ALCATELData::ReturnDateTime |
unsigned int GSM_Phone_ALCATELData::ReturnInt |
unsigned char GSM_Phone_ALCATELData::ReturnString[(GSM_PHONEBOOK_TEXT_LENGTH+1) *2] |
GSM_Alcatel_FieldType GSM_Phone_ALCATELData::ReturnType |
int* GSM_Phone_ALCATELData::ToDoItems |
int GSM_Phone_ALCATELData::ToDoItemsCount |
gboolean GSM_Phone_ALCATELData::TransferCompleted |