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