Reads category from phone.
Parameters:
- s -
State machine pointer.
- Category -
Storage for category, containing its type and location.
Return: Error code
Adds category to phone.
Parameters:
- s -
State machine pointer.
- Category -
New category, containing its type and location.
Return: Error code
Reads category status (number of used entries) from phone.
Parameters:
- s -
State machine pointer.
- Status -
Category status, fill in type before calling.
Return: Error code
GSM_CategoryType enum
Type of category
Values:
- Category_ToDo = = 1 -
Todo entry category
- Category_Phonebook -
Phonebook entry category
Category entry.
Public MembersGSM_CategoryType Type
Type of category
int Location
Location of category
unsigned char Name[(GSM_MAX_CATEGORY_NAME_LENGTH+1)*2]
Name of category
Status of categories.
Public Members