Siemens TC65 JAVA User Manual page 65

Cellular
Hide thumbs Also See for TC65 JAVA:
Table of Contents

Advertisement

TC65 JAVA User's Guide
Strictly confidential / Draft
wait...");
}
finally
{
}
}
catch (WmLockException e)
{
System.out.println(e);
}
catch (PhonebookStoreException e)
{
System.out.println(e);
}
finally
{
// release the used resources
lockControl.release();
lockControl = null;
}
}
catch (ATCommandFailedException e)
{
System.out.println(e);
}
catch (SendTimeoutException e)
{
System.out.println("AT_Command timeout");
}
finally
{
// Terminate the application.
// You don't need to care about closing open AT channels.
// WmMIDlet does this for you.
System.out.println("Now terminating application.");
destroyApp(true);
}
}
/**
TC65 JAVA User's Guide_V01
System.out.println("Sending Short Message, please
sms.send(destinationAddr, MESSAGE_TXT);
System.out.println("Short Message was sent.");
}
catch (SmsSendException e)
{
System.out.println(e);
}
finally
{
// release the used resources
sms.release();
sms = null;
}
// release the used resources
pbk.release();
pbk = null;
Page 65 of 69
s
11.03.2005

Advertisement

Table of Contents
loading

Table of Contents