⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 overview-summary.html

📁 开源的手机短信开发包!包括例子程序和比较详细的文档
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_02) on Mon Jun 20 13:41:44 EEST 2005 -->
<TITLE>
Overview (jSMSEngine API)
</TITLE>

<META NAME="keywords" CONTENT="Overview, jSMSEngine API v1.2.7">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    parent.document.title="Overview (jSMSEngine API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Overview</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="org/jsmsengine/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="index.html?overview-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="overview-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<HR>
<CENTER>
<H1>
jSMSEngine API v1.2.7
</H1>
</CENTER>
Documentation pages for <strong>jSMSEngine API</strong>.
<P>
<B>See:</B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#overview_description"><B>Description</B></A>
<P>

<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Packages</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="20%"><B><A HREF="org/jsmsengine/package-summary.html">org.jsmsengine</A></B></TD>
<TD>&nbsp;</TD>
</TR>
</TABLE>

<P>
&nbsp;<A NAME="overview_description"><!-- --></A>
<P>
Documentation pages for <strong>jSMSEngine API</strong>.
        <br><br>
        jSMSEngine is an API package which will allow you to send and receive SMS messages from your computer and mobile phone or GSM modem.
        <br><br>
        <strong>Examples applications.</strong>
        <br>
        In the distribution directory, you will find example applications, which will show you the basic on how to use jSMSEngine API. These are:
        <ul>
                <li><strong>SendMessage.java:</strong> This example app shows you how to connect and send an SMS message from your GSM device.</li>
                <li><strong>ReadMessages.java:</strong> This example app shows you how to connect and read messages from your GSM device (synchronous mode).</li>
                <li><strong>ReadMessagesAsync.java:</strong> This example app shows you how to connect and read messages from your GSM device (asynchronous mode).</li>
                <li><strong>jSMSServer.java:</strong> This is a port of the older jSMSEngine GUI application. Its a stand-alone application, which makes use of the jSMSEngine API package. It can also be used as an excellent reference application if you want to see and check how jSMSEngine API works. Please read the README.txt and CHANGES.txt in jSMSServer directory for further information.</li>
        </ul>
        Please, see <a href="http://www.jsmsengine.org" target="_new">http://www.jsmsengine.org</a> for latest information.
        <br><br><br>
        <center><strong><h2>*** WARNING about ALPHABETS ***</h2></strong></center>
        Many friends are sending me code updates regarding the alphabets used. These changes have been made by them in order to allow their local letters to be represented correctly. However, I decided NOT to include such changes in the releases, as it would mess each-others settings. <strong>So, please, if you have made such changes in the alphabet representation, remember to re-apply them in case you decide to install and use a newer version of jSMSEngine!!!</strong>
        <br><br><br>
        <center><strong><h2>Revision History.</h2></strong></center>
        <strong>Version 1.2.7 (Compiled packages with JDK 1.5.0 (02))</strong>
        <br>
        <ul>
                <li><strong>jSMSEngine API</strong>: Added support for Status Report messages.</li>
                <li><strong>jSMSEngine API</strong>: Minor modification to CSerialDriver class, in order to avoid the periodical disconnection. Hope this works...</li>
                <li><strong>jSMSEngine API</strong>: Reported Bug #<a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1192683&group_id=86453&atid=579663">1192683</a>.</li>
                <li><strong>jSMSEngine API</strong>: Reported Bug #<a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1209485&group_id=86453&atid=579663">1209485</a>.</li>
                <li><strong>jSMSServer</strong>: Parsing of configuration file's database settings no longer assumes empty values on error.
                <li><strong>jSMSServer</strong>: Added MySQL support.
        </ul>
        <br><br>
        <strong>Version 1.2.6 (B1) (Compiled packages with JDK 1.4.2 (05))</strong>
        <br>
        <strong>*** Please note that this is a beta version ***</strong>
        <ul>
                <li><strong>jSMSEngine API</strong>: Some functions were changed / enhanced in order to support Motorola V600. Should not affect other phones.</li>
                <li><strong>jSMSEngine API</strong>: Function reading battery level was not working properly - now fixed.</li>
                <li><strong>jSMSEngine API</strong>: The message sending procedure had a major bug - I wonder how it worked for non-Nokia phones (?). Now should work fine. The bug was discovered when trying to deal with a non-standard Motorola return code!</li>
                <li><strong>jSMSServer</strong>: Added the S/W version info on the GUI application.</li>
        </ul>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -