#include <SwiStructsGsm.h>
Public Attributes | |
U32 | sizeStruct |
U32 | nID |
SWI_TYPE_Phonebook | ePhoneBookType |
WCHAR | szEntryName [LENGTH_EntryName] |
U32 | nPhoneNumberLength |
U8 | byPhoneNumber [LENGTH_GSM_PhoneNumber] |
bool | bValid |
bool | bInternational |
bool | bReadFromStart |
bool | bMoreEntries |
SWI_TYPE_PHONEBOOK_Result | eResultCode |
SWI_TYPE_PHONEBOOK_Result
True indicates the phone number is international, false otherwise.
True is returned if there are more entries, false otherwise. This field is only valid when reading from a phonebook.
True is passed to the modem to read from the start of the phonebook. False is passed to read from the current position.
True indicates the phonebook data is valid, false otherwise.
U8 SWI_STRUCT_PHONEBK_Entry::byPhoneNumber[LENGTH_GSM_PhoneNumber] |
A binary number representing the phone number.
SWI_TYPE_Phonebook SWI_STRUCT_PHONEBK_Entry::ePhoneBookType |
Phone book type.
SWI_TYPE_PHONEBOOK_Result SWI_STRUCT_PHONEBK_Entry::eResultCode |
Result of the phonebook operation.
Entry ID.
Phone number length; minimum 1 digit, maximum 20 digits.
The size, in bytes, of this structure.
WCHAR SWI_STRUCT_PHONEBK_Entry::szEntryName[LENGTH_EntryName] |
A NULL terminated string representing the phonebook entry name.