com.siemens.mp.gsm
Class Call

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

public class Call
extends Object

Allows to make an outgoing call to some phone number.

Example


Constructor Summary
Call()
           
 
Method Summary
static void start(String number)
          Starts a phone call.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Call

public Call()
Method Detail

start

public static void start(String number)
                  throws NotAllowedException
Starts a phone call.

IMPORTANT NOTE: The java application will terminate upon performing this method call.

Parameters:
number - a phone number to dial
Throws:
IllegalArgumentException - if a phone number is entered in the wrong format or is missing in method call
NotAllowedException - if the call is not allowed

Example



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