Gammu internals  1.38.0
GSM_Phone_ALCATELData Struct Reference

#include <alcatel.h>

Collaboration diagram for GSM_Phone_ALCATELData:

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
 

Detailed Description

Alcatel driver private data.

Definition at line 166 of file alcatel.h.

Field Documentation

§ BinaryItem

int GSM_Phone_ALCATELData::BinaryItem

Currently edited item when phone is in edit state, zero otherwise.

Definition at line 186 of file alcatel.h.

§ BinaryState

GSM_Alcatel_BinaryState GSM_Phone_ALCATELData::BinaryState

State of current communication if phone is in binary mode.

Definition at line 177 of file alcatel.h.

§ BinaryType

GSM_Alcatel_BinaryType GSM_Phone_ALCATELData::BinaryType

Type of current communication if phone is in session or edit state, zero otherwise.

Definition at line 182 of file alcatel.h.

§ CalendarItems

int* GSM_Phone_ALCATELData::CalendarItems

Items locations in calendar.

Definition at line 236 of file alcatel.h.

§ CalendarItemsCount

int GSM_Phone_ALCATELData::CalendarItemsCount

Count of calendar items stored in CalendarItems.

Definition at line 248 of file alcatel.h.

§ CommitedRecord

int GSM_Phone_ALCATELData::CommitedRecord

Return value for commited record position.

Definition at line 198 of file alcatel.h.

§ ContactsItems

int* GSM_Phone_ALCATELData::ContactsItems

Items locations in contacts.

Definition at line 244 of file alcatel.h.

§ ContactsItemsCount

int GSM_Phone_ALCATELData::ContactsItemsCount

Count of contacts items stored in ContactsItems.

Definition at line 256 of file alcatel.h.

§ CurrentCategories

int GSM_Phone_ALCATELData::CurrentCategories[ALCATEL_MAX_CATEGORIES+1]

Listing of categories of current type.

Definition at line 279 of file alcatel.h.

§ CurrentCategoriesCache

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.

Definition at line 284 of file alcatel.h.

§ CurrentCategoriesCount

int GSM_Phone_ALCATELData::CurrentCategoriesCount

Count of entries in CurrentCategories.

Definition at line 288 of file alcatel.h.

§ CurrentCategoriesType

GSM_Alcatel_BinaryType GSM_Phone_ALCATELData::CurrentCategoriesType

Type of current categories in CurrentCategories etc.

Definition at line 292 of file alcatel.h.

§ CurrentCount

int* GSM_Phone_ALCATELData::CurrentCount

Pointer to currently count of active items.

Definition at line 232 of file alcatel.h.

§ CurrentFields

int GSM_Phone_ALCATELData::CurrentFields[GSM_PHONEBOOK_ENTRIES+1]

Fields of currently active item.

Definition at line 260 of file alcatel.h.

§ CurrentFieldsCount

int GSM_Phone_ALCATELData::CurrentFieldsCount

Count of fields listed in CurrentFields.

Definition at line 264 of file alcatel.h.

§ CurrentFieldsItem

int GSM_Phone_ALCATELData::CurrentFieldsItem

Location of current (eg. which identifies CurrentFieldsCount and CurrentFields) item.

Definition at line 269 of file alcatel.h.

§ CurrentFieldsType

GSM_Alcatel_BinaryType GSM_Phone_ALCATELData::CurrentFieldsType

Type of current (eg. which identifies CurrentFieldsCount and CurrentFields) item.

Definition at line 274 of file alcatel.h.

§ CurrentList

int** GSM_Phone_ALCATELData::CurrentList

Pointer to list of active items.

Definition at line 228 of file alcatel.h.

§ Mode

GSM_Alcatel_Mode GSM_Phone_ALCATELData::Mode

Mode of current communication.

Definition at line 173 of file alcatel.h.

§ ProtocolVersion

GSM_Alcatel_ProtocolVersion GSM_Phone_ALCATELData::ProtocolVersion

Protocol version being used.

Definition at line 190 of file alcatel.h.

§ ReturnDateTime

GSM_DateTime GSM_Phone_ALCATELData::ReturnDateTime

Value of currently returned field (if it can be saved in DateTime).

Definition at line 211 of file alcatel.h.

§ ReturnInt

unsigned int GSM_Phone_ALCATELData::ReturnInt

Value of currently returned field (if it can be saved in int).

Definition at line 215 of file alcatel.h.

§ ReturnString

unsigned char GSM_Phone_ALCATELData::ReturnString[(GSM_PHONEBOOK_TEXT_LENGTH+1) *2]

Value of currently returned field (if it can be saved in string).

Definition at line 219 of file alcatel.h.

§ ReturnType

GSM_Alcatel_FieldType GSM_Phone_ALCATELData::ReturnType

Type of currently received field.

Definition at line 207 of file alcatel.h.

§ ToDoItems

int* GSM_Phone_ALCATELData::ToDoItems

Items locations in to do list.

Definition at line 240 of file alcatel.h.

§ ToDoItemsCount

int GSM_Phone_ALCATELData::ToDoItemsCount

Count of todo items stored in ToDoItems.

Definition at line 252 of file alcatel.h.

§ TransferCompleted

gboolean GSM_Phone_ALCATELData::TransferCompleted

Used for detecting end of large data data, that don't fit in one message.

Definition at line 203 of file alcatel.h.


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