Startcall; Sendextno - Motorola C381P J2ME Technical Manual

J2me developer guide
Table of Contents

Advertisement

12
Telephony API

startCall

public void startCall(
start a phone call using given telephone number.
Parameters:
telenumber
extNo
Throws:
IOException
NullPointerException
SecurityException
startCall
public void
start a phone call using given telephone number and extension number.
Parameters:
telenumber -
extNo
Throws:
IOException -
NullPointerException
SecurityException

sendExtNo

public void sendExtNo(
send extension number.
Parameters:
sendExtNo
Throws:
IOException
telenumber)
String
throws
IOException
- the telephone number to be call.
- the extension number to be send.
- if the call could not be created or because of network failure
- if the parameter is null
- if the application does not have permission to start the call
teleNumber
startCall(String
extNo
)
String
throws
IOException
the telephone number to be call.
- the extension number to be send.
if the call could not be created or because of network failure
- if the parameter is null
- if the application does not have permission to start the call
extNumber)
String
throws
IOException
- the extension number to be send.
- if the extension could not be send or because of network failure
,
58

Advertisement

Table of Contents
loading

Table of Contents