com.siemens.mp.gsm
Class PhoneBook
java.lang.Object
com.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
Method Summary |
static String[] |
getMDN()
Returns a String array which contains all the numbers from MDN
(Missed Dialing Numbers) list.
|
PhoneBook
public PhoneBook()
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