com.siemens.mp.gsm
Class PhoneBook

java.lang.Object
  extended bycom.siemens.mp.gsm.PhoneBook

public class PhoneBook
extends Object

Implements access to the handset phonebook.

In the current API version only access to the MDN (Missed Dialing Numbers) list is implemented.

Example


Constructor Summary
PhoneBook()
           
 
Method Summary
static String[] getMDN()
          Returns a String array which contains all the numbers from MDN (Missed Dialing Numbers) list.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhoneBook

public PhoneBook()
Method Detail

getMDN

public static String[] getMDN()
                       throws NotAllowedException
Returns a String array which contains all the numbers from MDN (Missed Dialing Numbers) list. If the list is empty, null will be returned.

Returns:
an array of MDN (Missed Dialing Numbers) numbers or null.
Throws:
NotAllowedException - if memory allocation is not possible

Example



Generated on 2003-10-17For further information and updates, please visit Siemens mobile Developer Portal