LinuxSDK  V1.4.0.5
Data Fields
SWI_STRUCT_PHONEBK_Entry Struct Reference

#include <SwiApiGsmPhonebook.h>

Data Fields

swi_uint32 sizeStruct
 
swi_uint32 nID
 
enum SWI_TYPE_Phonebook ePhoneBookType
 
swi_char szEntryName [LENGTH_EntryName]
 
swi_uint32 nPhoneNumberLength
 
swi_uint8 byPhoneNumber [LENGTH_GSM_PhoneNumber]
 
swi_bool bValid
 
swi_bool bInternational
 
swi_bool bReadFromStart
 
swi_bool bMoreEntries
 
enum SWI_TYPE_PHONEBOOK_Result eResultCode
 

Detailed Description

This structure contains phone book entry information.

See Also
SWI_TYPE_Phonebook
SWI_TYPE_PHONEBOOK_Result
SwiGetPhonebookEntry
SwiAddPhonebookEntry
SwiEditPhonebookEntry

Field Documentation

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.


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

Linux SDK V1.4.0.5
Copyright (c) 2011 Sierra Wireless, Inc. All rights reserved