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

📄 cdeviceinfo.html

📁 gsm modem 发送短信 闪信 WAP PUSH开发包
💻 HTML
📖 第 1 页 / 共 2 页
字号:
</TR>
</TABLE>
&nbsp;
<P>

<!-- ============ FIELD DETAIL =========== -->

<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="manufacturer"><!-- --></A><H3>
manufacturer</H3>
<PRE>
protected java.lang.String <B>manufacturer</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="model"><!-- --></A><H3>
model</H3>
<PRE>
protected java.lang.String <B>model</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="serialNo"><!-- --></A><H3>
serialNo</H3>
<PRE>
protected java.lang.String <B>serialNo</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="imsi"><!-- --></A><H3>
imsi</H3>
<PRE>
protected java.lang.String <B>imsi</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="swVersion"><!-- --></A><H3>
swVersion</H3>
<PRE>
protected java.lang.String <B>swVersion</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="batteryLevel"><!-- --></A><H3>
batteryLevel</H3>
<PRE>
protected int <B>batteryLevel</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="signalLevel"><!-- --></A><H3>
signalLevel</H3>
<PRE>
protected int <B>signalLevel</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="statistics"><!-- --></A><H3>
statistics</H3>
<PRE>
protected <A HREF="../../org/jsmsengine/CDeviceInfo.CStatistics.html" title="class in org.jsmsengine">CDeviceInfo.CStatistics</A> <B>statistics</B></PRE>
<DL>
<DL>
</DL>
</DL>

<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="CDeviceInfo()"><!-- --></A><H3>
CDeviceInfo</H3>
<PRE>
public <B>CDeviceInfo</B>()</PRE>
<DL>
<DD>Default constructor of the class.
<P>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="getManufacturer()"><!-- --></A><H3>
getManufacturer</H3>
<PRE>
public java.lang.String <B>getManufacturer</B>()</PRE>
<DL>
<DD>Returns the manufacturer of the device.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>the manufacturer of the device.</DL>
</DD>
</DL>
<HR>

<A NAME="getModel()"><!-- --></A><H3>
getModel</H3>
<PRE>
public java.lang.String <B>getModel</B>()</PRE>
<DL>
<DD>Returns the model of the device.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>the model of the device.</DL>
</DD>
</DL>
<HR>

<A NAME="getSerialNo()"><!-- --></A><H3>
getSerialNo</H3>
<PRE>
public java.lang.String <B>getSerialNo</B>()</PRE>
<DL>
<DD>Returns the serial no of the device.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>the serial no of the device.</DL>
</DD>
</DL>
<HR>

<A NAME="getImsi()"><!-- --></A><H3>
getImsi</H3>
<PRE>
public java.lang.String <B>getImsi</B>()</PRE>
<DL>
<DD>Returns the IMSI (International Mobile Subscriber Identity) of the device.                This information depends on the device and/or the smartcard and is not                always available.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>the IMSI of the device.</DL>
</DD>
</DL>
<HR>

<A NAME="getSwVersion()"><!-- --></A><H3>
getSwVersion</H3>
<PRE>
public java.lang.String <B>getSwVersion</B>()</PRE>
<DL>
<DD>Returns the software version of the device.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>the software version of the device.</DL>
</DD>
</DL>
<HR>

<A NAME="getBatteryLevel()"><!-- --></A><H3>
getBatteryLevel</H3>
<PRE>
public int <B>getBatteryLevel</B>()</PRE>
<DL>
<DD>Returns the battery level of the device. A value of 100 means fully                charged battery. A value of 0 means empty battery.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>the battery level of the device.</DL>
</DD>
</DL>
<HR>

<A NAME="getSignalLevel()"><!-- --></A><H3>
getSignalLevel</H3>
<PRE>
public int <B>getSignalLevel</B>()</PRE>
<DL>
<DD>Returns the signal status of the device. A value of 100 means full signal.                A value of 0 means no signal.                <br>                <strong>                        Note: the scale is logarithmic, not linear!                </strong>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>the signal status of the device.</DL>
</DD>
</DL>
<HR>

<A NAME="getStatistics()"><!-- --></A><H3>
getStatistics</H3>
<PRE>
public <A HREF="../../org/jsmsengine/CDeviceInfo.CStatistics.html" title="class in org.jsmsengine">CDeviceInfo.CStatistics</A> <B>getStatistics</B>()</PRE>
<DL>
<DD>Returns the statistics object which keeps statistics for incoming /                outgoing messages.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>a CStatistics objects.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" 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_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-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>
<strong>jSMSEngine API v2.0.9</strong><br><strong>Web:</strong><a href=http://www.jsmsengine.org>http://www.jsmsengine.org</a></strong></EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../org/jsmsengine/CATHandler_Wavecom.html" title="class in org.jsmsengine"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../org/jsmsengine/CDeviceInfo.CStatistics.html" title="class in org.jsmsengine"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../index.html?org/jsmsengine/CDeviceInfo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="CDeviceInfo.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>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>

⌨️ 快捷键说明

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