Updated to v2.2.0
This commit is contained in:
parent
9c0dd81c28
commit
c6bfe83ac9
Binary file not shown.
Binary file not shown.
|
@ -29,7 +29,7 @@
|
|||
<section id="downloads">
|
||||
<a class="zip_download_link" href="https://github.com/Fazecast/jSerialComm/zipball/master">Download this project as a .zip file</a>
|
||||
<a class="tar_download_link" href="https://github.com/Fazecast/jSerialComm/tarball/master">Download this project as a tar.gz file</a>
|
||||
<a class="jar_download_link" href="binaries/jSerialComm-2.1.1.jar">Download this library as a .jar file</a>
|
||||
<a class="jar_download_link" href="binaries/jSerialComm-2.2.0.jar">Download this library as a .jar file</a>
|
||||
</section>
|
||||
</header>
|
||||
</div>
|
||||
|
@ -74,7 +74,7 @@
|
|||
|
||||
<h3><a class="anchor" aria-hidden="true"><span class="octicon octicon-link"></span></a>How can use this library in my own project?</h3>
|
||||
|
||||
<p>One of the most convenient features of this library is that it allows you to simply include the <a href="binaries/jSerialComm-2.1.1.jar">JAR file</a> in your custom project, and it will automatically select and load the correct native library for your platform and architecture. As such, you can make use of this library by simply copying the jSerialComm.jar file into your project directory and linking to it as you would any other JAR file.</p>
|
||||
<p>One of the most convenient features of this library is that it allows you to simply include the <a href="binaries/jSerialComm-2.2.0.jar">JAR file</a> in your custom project, and it will automatically select and load the correct native library for your platform and architecture. As such, you can make use of this library by simply copying the jSerialComm.jar file into your project directory and linking to it as you would any other JAR file.</p>
|
||||
|
||||
<p>To access the contents of the library in your project, make sure to <code>import com.fazecast.jSerialComm.*</code> into your java files. You can then generate a list of all available serial ports on your system (real or virtual), by calling the following static method:</p>
|
||||
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Wed Aug 01 10:43:48 CDT 2018 -->
|
||||
<title>All Classes (jSerialComm 2.1.0 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Aug 10 16:12:42 CDT 2018 -->
|
||||
<title>All Classes (jSerialComm 2.2.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2018-08-01">
|
||||
<meta name="date" content="2018-08-10">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
|
@ -24,7 +24,9 @@
|
|||
<li><a href="com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm" target="classFrame">SerialPort</a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm" target="classFrame"><span class="interfaceName">SerialPortDataListener</span></a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortEvent.html" title="class in com.fazecast.jSerialComm" target="classFrame">SerialPortEvent</a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm" target="classFrame">SerialPortIOException</a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm" target="classFrame"><span class="interfaceName">SerialPortPacketListener</span></a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm" target="classFrame">SerialPortTimeoutException</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Wed Aug 01 10:43:48 CDT 2018 -->
|
||||
<title>All Classes (jSerialComm 2.1.0 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Aug 10 16:12:42 CDT 2018 -->
|
||||
<title>All Classes (jSerialComm 2.2.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2018-08-01">
|
||||
<meta name="date" content="2018-08-10">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
|
@ -24,7 +24,9 @@
|
|||
<li><a href="com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm">SerialPort</a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><span class="interfaceName">SerialPortDataListener</span></a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortEvent.html" title="class in com.fazecast.jSerialComm">SerialPortEvent</a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm">SerialPortIOException</a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><span class="interfaceName">SerialPortPacketListener</span></a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm">SerialPortTimeoutException</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Wed Aug 01 10:43:47 CDT 2018 -->
|
||||
<title>SerialPort (jSerialComm 2.1.0 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Aug 10 16:12:41 CDT 2018 -->
|
||||
<title>SerialPort (jSerialComm 2.2.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2018-08-01">
|
||||
<meta name="date" content="2018-08-10">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPort (jSerialComm 2.1.0 API)";
|
||||
parent.document.title="SerialPort (jSerialComm 2.2.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -120,7 +120,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.fazecast.jSerialComm.SerialPort</li>
|
||||
|
@ -133,12 +133,12 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
<hr>
|
||||
<br>
|
||||
<pre>public final class <span class="typeNameLabel">SerialPort</span>
|
||||
extends java.lang.Object</pre>
|
||||
extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
|
||||
<div class="block">This class provides native access to serial ports and devices without requiring external libraries or tools.</div>
|
||||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><code>InputStream</code>,
|
||||
<code>OutputStream</code></dd>
|
||||
<dd><a href="https://docs.oracle.com/javase/9/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a>,
|
||||
<a href="https://docs.oracle.com/javase/9/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -306,7 +306,7 @@ extends java.lang.Object</pre>
|
|||
<td class="colFirst"><code>int</code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#bytesAvailable--">bytesAvailable</a></span>​()</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Returns the number of bytes available without blocking if <a href="../../../com/fazecast/jSerialComm/SerialPort.html#readBytes-long-byte:A-long-long-"><code>readBytes(long, byte[], long, long)</code></a> were to be called immediately
|
||||
<div class="block">Returns the number of bytes available without blocking if <a href="../../../com/fazecast/jSerialComm/SerialPort.html#readBytes-byte:A-long-"><code>readBytes(byte[], long)</code></a> were to be called immediately
|
||||
after this method returns.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -354,7 +354,7 @@ extends java.lang.Object</pre>
|
|||
</tr>
|
||||
<tr id="i8" class="altColor">
|
||||
<td class="colFirst"><code>static <a href="../../../com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm">SerialPort</a></code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#getCommPort-java.lang.String-">getCommPort</a></span>​(java.lang.String portDescriptor)</code></th>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#getCommPort-java.lang.String-">getCommPort</a></span>​(<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> portDescriptor)</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Allocates a <a href="../../../com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm"><code>SerialPort</code></a> object corresponding to the user-specified port descriptor.</div>
|
||||
</td>
|
||||
|
@ -374,7 +374,7 @@ extends java.lang.Object</pre>
|
|||
</td>
|
||||
</tr>
|
||||
<tr id="i11" class="rowColor">
|
||||
<td class="colFirst"><code>java.lang.String</code></td>
|
||||
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#getDescriptivePortName--">getDescriptivePortName</a></span>​()</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Gets a descriptive string representing this serial port or the device connected to it.</div>
|
||||
|
@ -395,10 +395,10 @@ extends java.lang.Object</pre>
|
|||
</td>
|
||||
</tr>
|
||||
<tr id="i14" class="altColor">
|
||||
<td class="colFirst"><code>java.io.InputStream</code></td>
|
||||
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/9/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#getInputStream--">getInputStream</a></span>​()</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Returns an <code>InputStream</code> object associated with this serial port.</div>
|
||||
<div class="block">Returns an <a href="https://docs.oracle.com/javase/9/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> object associated with this serial port.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i15" class="rowColor">
|
||||
|
@ -416,10 +416,10 @@ extends java.lang.Object</pre>
|
|||
</td>
|
||||
</tr>
|
||||
<tr id="i17" class="rowColor">
|
||||
<td class="colFirst"><code>java.io.OutputStream</code></td>
|
||||
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/9/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a></code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#getOutputStream--">getOutputStream</a></span>​()</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Returns an <code>OutputStream</code> object associated with this serial port.</div>
|
||||
<div class="block">Returns an <a href="https://docs.oracle.com/javase/9/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> object associated with this serial port.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i18" class="altColor">
|
||||
|
@ -430,7 +430,7 @@ extends java.lang.Object</pre>
|
|||
</td>
|
||||
</tr>
|
||||
<tr id="i19" class="rowColor">
|
||||
<td class="colFirst"><code>java.lang.String</code></td>
|
||||
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#getPortDescription--">getPortDescription</a></span>​()</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Gets a description of the port as reported by the device itself.</div>
|
||||
|
@ -444,7 +444,7 @@ extends java.lang.Object</pre>
|
|||
</td>
|
||||
</tr>
|
||||
<tr id="i21" class="rowColor">
|
||||
<td class="colFirst"><code>java.lang.String</code></td>
|
||||
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#getSystemPortName--">getSystemPortName</a></span>​()</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Gets the operating system-defined device name corresponding to this serial port.</div>
|
||||
|
@ -578,7 +578,7 @@ extends java.lang.Object</pre>
|
|||
</td>
|
||||
</tr>
|
||||
<tr id="i39" class="rowColor">
|
||||
<td class="colFirst"><code>java.lang.String</code></td>
|
||||
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#toString--">toString</a></span>​()</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Returns the same output as calling <a href="../../../com/fazecast/jSerialComm/SerialPort.html#getPortDescription--"><code>getPortDescription()</code></a>.</div>
|
||||
|
@ -606,8 +606,8 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
|
||||
<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
|
||||
<code><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -949,11 +949,11 @@ extends java.lang.Object</pre>
|
|||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>toString</h4>
|
||||
<pre>public java.lang.String toString​()</pre>
|
||||
<pre>public <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> toString​()</pre>
|
||||
<div class="block">Returns the same output as calling <a href="../../../com/fazecast/jSerialComm/SerialPort.html#getPortDescription--"><code>getPortDescription()</code></a>. This may be useful for display containers which call a Java Object's default toString() method.</div>
|
||||
<dl>
|
||||
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
|
||||
<dd><code>toString</code> in class <code>java.lang.Object</code></dd>
|
||||
<dd><code><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code> in class <code><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
<dd>The port description as reported by the device itself.</dd>
|
||||
</dl>
|
||||
|
@ -985,7 +985,7 @@ extends java.lang.Object</pre>
|
|||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getCommPort</h4>
|
||||
<pre>public static <a href="../../../com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm">SerialPort</a> getCommPort​(java.lang.String portDescriptor)</pre>
|
||||
<pre>public static <a href="../../../com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm">SerialPort</a> getCommPort​(<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> portDescriptor)</pre>
|
||||
<div class="block">Allocates a <a href="../../../com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm"><code>SerialPort</code></a> object corresponding to the user-specified port descriptor.
|
||||
<p>
|
||||
On Windows machines, this descriptor should be in the form of "COM[*]".<br>
|
||||
|
@ -1075,7 +1075,7 @@ extends java.lang.Object</pre>
|
|||
<li class="blockList">
|
||||
<h4>bytesAvailable</h4>
|
||||
<pre>public final int bytesAvailable​()</pre>
|
||||
<div class="block">Returns the number of bytes available without blocking if <a href="../../../com/fazecast/jSerialComm/SerialPort.html#readBytes-long-byte:A-long-long-"><code>readBytes(long, byte[], long, long)</code></a> were to be called immediately
|
||||
<div class="block">Returns the number of bytes available without blocking if <a href="../../../com/fazecast/jSerialComm/SerialPort.html#readBytes-byte:A-long-"><code>readBytes(byte[], long)</code></a> were to be called immediately
|
||||
after this method returns.</div>
|
||||
<dl>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
|
@ -1320,7 +1320,7 @@ extends java.lang.Object</pre>
|
|||
<pre>public final boolean addDataListener​(<a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm">SerialPortDataListener</a> listener)</pre>
|
||||
<div class="block">Adds a <a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListener</code></a> to the serial port interface.
|
||||
<p>
|
||||
Calling this function enables event-based serial port callbacks to be used instead of, or in addition to, direct serial port read/write calls or the <code>InputStream</code>/<code>OutputStream</code> interface.
|
||||
Calling this function enables event-based serial port callbacks to be used instead of, or in addition to, direct serial port read/write calls or the <a href="https://docs.oracle.com/javase/9/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a>/<a href="https://docs.oracle.com/javase/9/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> interface.
|
||||
<p>
|
||||
The parameter passed into this method must be an implementation of either the <a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListener</code></a> or the <a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortPacketListener</code></a>.
|
||||
The <a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortPacketListener</code></a> interface <b>must</b> be used if you plan to use event-based reading of <i>full</i> data packets over the serial port.
|
||||
|
@ -1355,17 +1355,25 @@ extends java.lang.Object</pre>
|
|||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getInputStream</h4>
|
||||
<pre>public final java.io.InputStream getInputStream​()</pre>
|
||||
<div class="block">Returns an <code>InputStream</code> object associated with this serial port.
|
||||
<pre>public final <a href="https://docs.oracle.com/javase/9/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a> getInputStream​()</pre>
|
||||
<div class="block">Returns an <a href="https://docs.oracle.com/javase/9/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> object associated with this serial port.
|
||||
<p>
|
||||
Allows for easier read access of the underlying data stream and abstracts away many low-level read details.
|
||||
<p>
|
||||
Make sure to call the <code>InputStream.close()</code> method when you are done using this stream.</div>
|
||||
Note that any time a method is marked as throwable for an <a href="https://docs.oracle.com/javase/9/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a> in the official Java
|
||||
<a href="https://docs.oracle.com/javase/9/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> documentation, you can catch this exception directly, or you can choose to catch
|
||||
either a <a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortIOException</code></a> or a <a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortTimeoutException</code></a> (or both) which may make it
|
||||
easier for your code to determine why the exception was thrown. In general, a <a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortIOException</code></a>
|
||||
means that the port is having connectivity issues, while a <a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortTimeoutException</code></a> indicates that
|
||||
a user timeout has been reached before valid data was able to be returned (as specified in the
|
||||
<a href="../../../com/fazecast/jSerialComm/SerialPort.html#setComPortTimeouts-int-int-int-"><code>setComPortTimeouts(int, int, int)</code></a> method).
|
||||
<p>
|
||||
Make sure to call the <a href="https://docs.oracle.com/javase/9/docs/api/java/io/InputStream.html?is-external=true#close--" title="class or interface in java.io"><code>InputStream.close()</code></a> method when you are done using this stream.</div>
|
||||
<dl>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
<dd>An <code>InputStream</code> object associated with this serial port.</dd>
|
||||
<dd>An <a href="https://docs.oracle.com/javase/9/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> object associated with this serial port.</dd>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><code>InputStream</code></dd>
|
||||
<dd><a href="https://docs.oracle.com/javase/9/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -1375,17 +1383,25 @@ extends java.lang.Object</pre>
|
|||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getOutputStream</h4>
|
||||
<pre>public final java.io.OutputStream getOutputStream​()</pre>
|
||||
<div class="block">Returns an <code>OutputStream</code> object associated with this serial port.
|
||||
<pre>public final <a href="https://docs.oracle.com/javase/9/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a> getOutputStream​()</pre>
|
||||
<div class="block">Returns an <a href="https://docs.oracle.com/javase/9/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> object associated with this serial port.
|
||||
<p>
|
||||
Allows for easier write access to the underlying data stream and abstracts away many low-level writing details.
|
||||
<p>
|
||||
Make sure to call the <code>OutputStream.close()</code> method when you are done using this stream.</div>
|
||||
Note that any time a method is marked as throwable for an <a href="https://docs.oracle.com/javase/9/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a> in the official Java
|
||||
<a href="https://docs.oracle.com/javase/9/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> documentation, you can catch this exception directly, or you can choose to catch
|
||||
either a <a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortIOException</code></a> or a <a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortTimeoutException</code></a> (or both) which may make it
|
||||
easier for your code to determine why the exception was thrown. In general, a <a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortIOException</code></a>
|
||||
means that the port is having connectivity issues, while a <a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortTimeoutException</code></a> indicates that
|
||||
a user timeout has been reached before valid data was able to be returned (as specified in the
|
||||
<a href="../../../com/fazecast/jSerialComm/SerialPort.html#setComPortTimeouts-int-int-int-"><code>setComPortTimeouts(int, int, int)</code></a> method).
|
||||
<p>
|
||||
Make sure to call the <a href="https://docs.oracle.com/javase/9/docs/api/java/io/OutputStream.html?is-external=true#close--" title="class or interface in java.io"><code>OutputStream.close()</code></a> method when you are done using this stream.</div>
|
||||
<dl>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
<dd>An <code>OutputStream</code> object associated with this serial port.</dd>
|
||||
<dd>An <a href="https://docs.oracle.com/javase/9/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> object associated with this serial port.</dd>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><code>OutputStream</code></dd>
|
||||
<dd><a href="https://docs.oracle.com/javase/9/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -1460,7 +1476,7 @@ extends java.lang.Object</pre>
|
|||
The <a href="../../../com/fazecast/jSerialComm/SerialPort.html#TIMEOUT_READ_BLOCKING"><code>TIMEOUT_READ_BLOCKING</code></a> mode specifies that the corresponding call will block until either <i>newReadTimeout</i> milliseconds have elapsed since
|
||||
the start of the call or the total number of requested bytes can be returned.
|
||||
<p>
|
||||
The <a href="../../../com/fazecast/jSerialComm/SerialPort.html#TIMEOUT_SCANNER"><code>TIMEOUT_SCANNER</code></a> mode is intended for use with the Java <code>Scanner</code> class for reading from the serial port. In this mode,
|
||||
The <a href="../../../com/fazecast/jSerialComm/SerialPort.html#TIMEOUT_SCANNER"><code>TIMEOUT_SCANNER</code></a> mode is intended for use with the Java <a href="https://docs.oracle.com/javase/9/docs/api/java/util/Scanner.html?is-external=true" title="class or interface in java.util"><code>Scanner</code></a> class for reading from the serial port. In this mode,
|
||||
manually specified timeouts are ignored to ensure compatibility with the Java specification.
|
||||
<p>
|
||||
A value of 0 for either <i>newReadTimeout</i> or <i>newWriteTimeout</i> indicates that a <a href="../../../com/fazecast/jSerialComm/SerialPort.html#readBytes-byte:A-long-"><code>readBytes(byte[],long)</code></a> or
|
||||
|
@ -1605,7 +1621,7 @@ extends java.lang.Object</pre>
|
|||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getDescriptivePortName</h4>
|
||||
<pre>public final java.lang.String getDescriptivePortName​()</pre>
|
||||
<pre>public final <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getDescriptivePortName​()</pre>
|
||||
<div class="block">Gets a descriptive string representing this serial port or the device connected to it.
|
||||
<p>
|
||||
This description is generated by the operating system and may or may not be a good representation of the actual port or
|
||||
|
@ -1622,7 +1638,7 @@ extends java.lang.Object</pre>
|
|||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getSystemPortName</h4>
|
||||
<pre>public final java.lang.String getSystemPortName​()</pre>
|
||||
<pre>public final <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getSystemPortName​()</pre>
|
||||
<div class="block">Gets the operating system-defined device name corresponding to this serial port.</div>
|
||||
<dl>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
|
@ -1636,7 +1652,7 @@ extends java.lang.Object</pre>
|
|||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getPortDescription</h4>
|
||||
<pre>public final java.lang.String getPortDescription​()</pre>
|
||||
<pre>public final <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getPortDescription​()</pre>
|
||||
<div class="block">Gets a description of the port as reported by the device itself.
|
||||
<p>
|
||||
This will only be available for USB-connected devices that report a product description.
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Wed Aug 01 10:43:47 CDT 2018 -->
|
||||
<title>SerialPortDataListener (jSerialComm 2.1.0 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Aug 10 16:12:41 CDT 2018 -->
|
||||
<title>SerialPortDataListener (jSerialComm 2.2.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2018-08-01">
|
||||
<meta name="date" content="2018-08-10">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortDataListener (jSerialComm 2.1.0 API)";
|
||||
parent.document.title="SerialPortDataListener (jSerialComm 2.2.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -124,7 +124,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Superinterfaces:</dt>
|
||||
<dd><code>java.util.EventListener</code></dd>
|
||||
<dd><code><a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util">EventListener</a></code></dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>All Known Subinterfaces:</dt>
|
||||
|
@ -133,11 +133,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
<hr>
|
||||
<br>
|
||||
<pre>public interface <span class="typeNameLabel">SerialPortDataListener</span>
|
||||
extends java.util.EventListener</pre>
|
||||
extends <a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util">EventListener</a></pre>
|
||||
<div class="block">This interface must be implemented to enable simple event-based serial port I/O.</div>
|
||||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><code>EventListener</code></dd>
|
||||
<dd><a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util"><code>EventListener</code></a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Wed Aug 01 10:43:47 CDT 2018 -->
|
||||
<title>SerialPortEvent (jSerialComm 2.1.0 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Aug 10 16:12:41 CDT 2018 -->
|
||||
<title>SerialPortEvent (jSerialComm 2.2.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2018-08-01">
|
||||
<meta name="date" content="2018-08-10">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortEvent (jSerialComm 2.1.0 API)";
|
||||
parent.document.title="SerialPortEvent (jSerialComm 2.2.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -58,7 +58,7 @@ var pathtoroot = "../../../";loadScripts(document, 'script');</script>
|
|||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/fazecast/jSerialComm/SerialPortEvent.html" target="_top">Frames</a></li>
|
||||
|
@ -120,10 +120,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.util.EventObject</li>
|
||||
<li><a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventObject.html?is-external=true" title="class or interface in java.util">java.util.EventObject</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.fazecast.jSerialComm.SerialPortEvent</li>
|
||||
|
@ -135,14 +135,18 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd><code><a href="https://docs.oracle.com/javase/9/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></code></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public final class <span class="typeNameLabel">SerialPortEvent</span>
|
||||
extends java.util.EventObject</pre>
|
||||
extends <a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventObject.html?is-external=true" title="class or interface in java.util">EventObject</a></pre>
|
||||
<div class="block">This class describes an asynchronous serial port event.</div>
|
||||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><code>EventObject</code>,
|
||||
<dd><a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventObject.html?is-external=true" title="class or interface in java.util"><code>EventObject</code></a>,
|
||||
<a href="../../../serialized-form.html#com.fazecast.jSerialComm.SerialPortEvent">Serialized Form</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
|
@ -161,8 +165,8 @@ extends java.util.EventObject</pre>
|
|||
<li class="blockList"><a name="fields.inherited.from.class.java.util.EventObject">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Fields inherited from class java.util.EventObject</h3>
|
||||
<code>source</code></li>
|
||||
<h3>Fields inherited from class java.util.<a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventObject.html?is-external=true" title="class or interface in java.util">EventObject</a></h3>
|
||||
<code><a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventObject.html?is-external=true#source" title="class or interface in java.util">source</a></code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -235,15 +239,15 @@ extends java.util.EventObject</pre>
|
|||
<li class="blockList"><a name="methods.inherited.from.class.java.util.EventObject">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.util.EventObject</h3>
|
||||
<code>getSource, toString</code></li>
|
||||
<h3>Methods inherited from class java.util.<a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventObject.html?is-external=true" title="class or interface in java.util">EventObject</a></h3>
|
||||
<code><a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventObject.html?is-external=true#getSource--" title="class or interface in java.util">getSource</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventObject.html?is-external=true#toString--" title="class or interface in java.util">toString</a></code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
|
||||
<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
|
||||
<code><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -411,7 +415,7 @@ extends java.util.EventObject</pre>
|
|||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/fazecast/jSerialComm/SerialPortEvent.html" target="_top">Frames</a></li>
|
||||
|
|
|
@ -0,0 +1,366 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Aug 10 16:12:41 CDT 2018 -->
|
||||
<title>SerialPortIOException (jSerialComm 2.2.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2018-08-10">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script>
|
||||
<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
||||
<!--[if IE]>
|
||||
<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
||||
<![endif]-->
|
||||
<script type="text/javascript" src="../../../jquery/jquery-1.10.2.js"></script>
|
||||
<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortIOException (jSerialComm 2.2.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
var pathtoroot = "../../../";loadScripts(document, 'script');</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<div class="fixedNav">
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortEvent.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/fazecast/jSerialComm/SerialPortIOException.html" target="_top">Frames</a></li>
|
||||
<li><a href="SerialPortIOException.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<ul class="navListSearch">
|
||||
<li><span>SEARCH: </span>
|
||||
<input type="text" id="search" value=" " disabled="disabled">
|
||||
<input type="reset" id="reset" value=" " disabled="disabled">
|
||||
</li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.java.lang.Throwable">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
</div>
|
||||
<div class="navPadding"> </div>
|
||||
<script type="text/javascript"><!--
|
||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
//-->
|
||||
</script>
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="../../../com/fazecast/jSerialComm/package-summary.html">com.fazecast.jSerialComm</a></div>
|
||||
<h2 title="Class SerialPortIOException" class="title">Class SerialPortIOException</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">java.lang.Throwable</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">java.lang.Exception</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="https://docs.oracle.com/javase/9/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">java.io.IOException</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.fazecast.jSerialComm.SerialPortIOException</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd><code><a href="https://docs.oracle.com/javase/9/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></code></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public final class <span class="typeNameLabel">SerialPortIOException</span>
|
||||
extends <a href="https://docs.oracle.com/javase/9/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
|
||||
<div class="block">This class describes a serial port IO exception.</div>
|
||||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><a href="https://docs.oracle.com/javase/9/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a>,
|
||||
<a href="../../../serialized-form.html#com.fazecast.jSerialComm.SerialPortIOException">Serialized Form</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="memberSummary" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Constructor</th>
|
||||
<th class="colLast" scope="col">Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html#SerialPortIOException--">SerialPortIOException</a></span>​()</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Constructs a <a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortIOException</code></a> with <code>null</code> as its error detail message.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html#SerialPortIOException-java.lang.String-">SerialPortIOException</a></span>​(<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message)</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Constructs a <a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortIOException</code></a> with the specified detail message.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html#SerialPortIOException-java.lang.String-java.lang.Throwable-">SerialPortIOException</a></span>​(<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message,
|
||||
<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> cause)</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Constructs a <a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortIOException</code></a> with the specified detail message and cause.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html#SerialPortIOException-java.lang.Throwable-">SerialPortIOException</a></span>​(<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> cause)</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Constructs a <a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortIOException</code></a> with the specified cause and a detail message of <code>(cause==null ? null : cause.toString()) </code>
|
||||
(which typically contains the class and detail message of <code>cause</code>).</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
|
||||
<code><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></h3>
|
||||
<code><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#addSuppressed-java.lang.Throwable-" title="class or interface in java.lang">addSuppressed</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#fillInStackTrace--" title="class or interface in java.lang">fillInStackTrace</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getCause--" title="class or interface in java.lang">getCause</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getLocalizedMessage--" title="class or interface in java.lang">getLocalizedMessage</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getMessage--" title="class or interface in java.lang">getMessage</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getStackTrace--" title="class or interface in java.lang">getStackTrace</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getSuppressed--" title="class or interface in java.lang">getSuppressed</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#initCause-java.lang.Throwable-" title="class or interface in java.lang">initCause</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace--" title="class or interface in java.lang">printStackTrace</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintStream-" title="class or interface in java.lang">printStackTrace</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintWriter-" title="class or interface in java.lang">printStackTrace</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#setStackTrace-java.lang.StackTraceElement:A-" title="class or interface in java.lang">setStackTrace</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="SerialPortIOException--">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>SerialPortIOException</h4>
|
||||
<pre>public SerialPortIOException​()</pre>
|
||||
<div class="block">Constructs a <a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortIOException</code></a> with <code>null</code> as its error detail message.</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="SerialPortIOException-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>SerialPortIOException</h4>
|
||||
<pre>public SerialPortIOException​(<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message)</pre>
|
||||
<div class="block">Constructs a <a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortIOException</code></a> with the specified detail message.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>message</code> - The detail message (which is saved for later retrieval by the <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getMessage--" title="class or interface in java.lang"><code>Throwable.getMessage()</code></a> method).</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="SerialPortIOException-java.lang.String-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>SerialPortIOException</h4>
|
||||
<pre>public SerialPortIOException​(<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message,
|
||||
<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> cause)</pre>
|
||||
<div class="block">Constructs a <a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortIOException</code></a> with the specified detail message and cause.
|
||||
<p>
|
||||
Note that the detail message associated with <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#cause" title="class or interface in java.lang"><code>Throwable.cause</code></a> is <i>not</i> automatically incorporated into this exception's detail message.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>message</code> - message The detail message (which is saved for later retrieval by the <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getMessage--" title="class or interface in java.lang"><code>Throwable.getMessage()</code></a> method).</dd>
|
||||
<dd><code>cause</code> - The cause (which is saved for later retrieval by the <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getCause--" title="class or interface in java.lang"><code>Throwable.getCause()</code></a> method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="SerialPortIOException-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>SerialPortIOException</h4>
|
||||
<pre>public SerialPortIOException​(<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> cause)</pre>
|
||||
<div class="block">Constructs a <a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortIOException</code></a> with the specified cause and a detail message of <code>(cause==null ? null : cause.toString()) </code>
|
||||
(which typically contains the class and detail message of <code>cause</code>). This constructor is useful for IO exceptions that are little more
|
||||
than wrappers for other throwables.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>cause</code> - The cause (which is saved for later retrieval by the <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getCause--" title="class or interface in java.lang"><code>Throwable.getCause()</code></a> method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortEvent.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/fazecast/jSerialComm/SerialPortIOException.html" target="_top">Frames</a></li>
|
||||
<li><a href="SerialPortIOException.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.java.lang.Throwable">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Wed Aug 01 10:43:47 CDT 2018 -->
|
||||
<title>SerialPortPacketListener (jSerialComm 2.1.0 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Aug 10 16:12:41 CDT 2018 -->
|
||||
<title>SerialPortPacketListener (jSerialComm 2.2.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2018-08-01">
|
||||
<meta name="date" content="2018-08-10">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortPacketListener (jSerialComm 2.1.0 API)";
|
||||
parent.document.title="SerialPortPacketListener (jSerialComm 2.2.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -57,8 +57,8 @@ var pathtoroot = "../../../";loadScripts(document, 'script');</script>
|
|||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortEvent.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li>Next Class</li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/fazecast/jSerialComm/SerialPortPacketListener.html" target="_top">Frames</a></li>
|
||||
|
@ -124,7 +124,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Superinterfaces:</dt>
|
||||
<dd><code>java.util.EventListener</code>, <code><a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm">SerialPortDataListener</a></code></dd>
|
||||
<dd><code><a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util">EventListener</a></code>, <code><a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm">SerialPortDataListener</a></code></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
|
@ -136,7 +136,7 @@ extends <a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html"
|
|||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListener</code></a>,
|
||||
<code>EventListener</code></dd>
|
||||
<a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util"><code>EventListener</code></a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -226,8 +226,8 @@ extends <a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html"
|
|||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortEvent.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li>Next Class</li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/fazecast/jSerialComm/SerialPortPacketListener.html" target="_top">Frames</a></li>
|
||||
|
|
|
@ -0,0 +1,366 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Aug 10 16:12:42 CDT 2018 -->
|
||||
<title>SerialPortTimeoutException (jSerialComm 2.2.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2018-08-10">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script>
|
||||
<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
||||
<!--[if IE]>
|
||||
<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
||||
<![endif]-->
|
||||
<script type="text/javascript" src="../../../jquery/jquery-1.10.2.js"></script>
|
||||
<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortTimeoutException (jSerialComm 2.2.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
var pathtoroot = "../../../";loadScripts(document, 'script');</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<div class="fixedNav">
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li>Next Class</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/fazecast/jSerialComm/SerialPortTimeoutException.html" target="_top">Frames</a></li>
|
||||
<li><a href="SerialPortTimeoutException.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<ul class="navListSearch">
|
||||
<li><span>SEARCH: </span>
|
||||
<input type="text" id="search" value=" " disabled="disabled">
|
||||
<input type="reset" id="reset" value=" " disabled="disabled">
|
||||
</li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.java.lang.Throwable">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
</div>
|
||||
<div class="navPadding"> </div>
|
||||
<script type="text/javascript"><!--
|
||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
//-->
|
||||
</script>
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="../../../com/fazecast/jSerialComm/package-summary.html">com.fazecast.jSerialComm</a></div>
|
||||
<h2 title="Class SerialPortTimeoutException" class="title">Class SerialPortTimeoutException</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">java.lang.Throwable</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">java.lang.Exception</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="https://docs.oracle.com/javase/9/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">java.io.IOException</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.fazecast.jSerialComm.SerialPortTimeoutException</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd><code><a href="https://docs.oracle.com/javase/9/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></code></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public final class <span class="typeNameLabel">SerialPortTimeoutException</span>
|
||||
extends <a href="https://docs.oracle.com/javase/9/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
|
||||
<div class="block">This class describes a serial port timeout exception.</div>
|
||||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><a href="https://docs.oracle.com/javase/9/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a>,
|
||||
<a href="../../../serialized-form.html#com.fazecast.jSerialComm.SerialPortTimeoutException">Serialized Form</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="memberSummary" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Constructor</th>
|
||||
<th class="colLast" scope="col">Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html#SerialPortTimeoutException--">SerialPortTimeoutException</a></span>​()</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Constructs a <a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortTimeoutException</code></a> with <code>null</code> as its error detail message.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html#SerialPortTimeoutException-java.lang.String-">SerialPortTimeoutException</a></span>​(<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message)</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Constructs a <a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortTimeoutException</code></a> with the specified detail message.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html#SerialPortTimeoutException-java.lang.String-java.lang.Throwable-">SerialPortTimeoutException</a></span>​(<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message,
|
||||
<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> cause)</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Constructs a <a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortTimeoutException</code></a> with the specified detail message and cause.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html#SerialPortTimeoutException-java.lang.Throwable-">SerialPortTimeoutException</a></span>​(<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> cause)</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Constructs a <a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortTimeoutException</code></a> with the specified cause and a detail message of <code>(cause==null ? null : cause.toString()) </code>
|
||||
(which typically contains the class and detail message of <code>cause</code>).</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
|
||||
<code><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></h3>
|
||||
<code><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#addSuppressed-java.lang.Throwable-" title="class or interface in java.lang">addSuppressed</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#fillInStackTrace--" title="class or interface in java.lang">fillInStackTrace</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getCause--" title="class or interface in java.lang">getCause</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getLocalizedMessage--" title="class or interface in java.lang">getLocalizedMessage</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getMessage--" title="class or interface in java.lang">getMessage</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getStackTrace--" title="class or interface in java.lang">getStackTrace</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getSuppressed--" title="class or interface in java.lang">getSuppressed</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#initCause-java.lang.Throwable-" title="class or interface in java.lang">initCause</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace--" title="class or interface in java.lang">printStackTrace</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintStream-" title="class or interface in java.lang">printStackTrace</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintWriter-" title="class or interface in java.lang">printStackTrace</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#setStackTrace-java.lang.StackTraceElement:A-" title="class or interface in java.lang">setStackTrace</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="SerialPortTimeoutException--">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>SerialPortTimeoutException</h4>
|
||||
<pre>public SerialPortTimeoutException​()</pre>
|
||||
<div class="block">Constructs a <a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortTimeoutException</code></a> with <code>null</code> as its error detail message.</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="SerialPortTimeoutException-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>SerialPortTimeoutException</h4>
|
||||
<pre>public SerialPortTimeoutException​(<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message)</pre>
|
||||
<div class="block">Constructs a <a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortTimeoutException</code></a> with the specified detail message.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>message</code> - The detail message (which is saved for later retrieval by the <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getMessage--" title="class or interface in java.lang"><code>Throwable.getMessage()</code></a> method).</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="SerialPortTimeoutException-java.lang.String-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>SerialPortTimeoutException</h4>
|
||||
<pre>public SerialPortTimeoutException​(<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message,
|
||||
<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> cause)</pre>
|
||||
<div class="block">Constructs a <a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortTimeoutException</code></a> with the specified detail message and cause.
|
||||
<p>
|
||||
Note that the detail message associated with <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#cause" title="class or interface in java.lang"><code>Throwable.cause</code></a> is <i>not</i> automatically incorporated into this exception's detail message.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>message</code> - message The detail message (which is saved for later retrieval by the <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getMessage--" title="class or interface in java.lang"><code>Throwable.getMessage()</code></a> method).</dd>
|
||||
<dd><code>cause</code> - The cause (which is saved for later retrieval by the <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getCause--" title="class or interface in java.lang"><code>Throwable.getCause()</code></a> method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="SerialPortTimeoutException-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>SerialPortTimeoutException</h4>
|
||||
<pre>public SerialPortTimeoutException​(<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> cause)</pre>
|
||||
<div class="block">Constructs a <a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortTimeoutException</code></a> with the specified cause and a detail message of <code>(cause==null ? null : cause.toString()) </code>
|
||||
(which typically contains the class and detail message of <code>cause</code>). This constructor is useful for IO exceptions that are little more
|
||||
than wrappers for other throwables.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>cause</code> - The cause (which is saved for later retrieval by the <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getCause--" title="class or interface in java.lang"><code>Throwable.getCause()</code></a> method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li>Next Class</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/fazecast/jSerialComm/SerialPortTimeoutException.html" target="_top">Frames</a></li>
|
||||
<li><a href="SerialPortTimeoutException.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.java.lang.Throwable">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Wed Aug 01 10:43:47 CDT 2018 -->
|
||||
<title>com.fazecast.jSerialComm (jSerialComm 2.1.0 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Aug 10 16:12:42 CDT 2018 -->
|
||||
<title>com.fazecast.jSerialComm (jSerialComm 2.2.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2018-08-01">
|
||||
<meta name="date" content="2018-08-10">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
|
@ -30,6 +30,11 @@
|
|||
<li><a href="SerialPort.html" title="class in com.fazecast.jSerialComm" target="classFrame">SerialPort</a></li>
|
||||
<li><a href="SerialPortEvent.html" title="class in com.fazecast.jSerialComm" target="classFrame">SerialPortEvent</a></li>
|
||||
</ul>
|
||||
<h2 title="Exceptions">Exceptions</h2>
|
||||
<ul title="Exceptions">
|
||||
<li><a href="SerialPortIOException.html" title="class in com.fazecast.jSerialComm" target="classFrame">SerialPortIOException</a></li>
|
||||
<li><a href="SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm" target="classFrame">SerialPortTimeoutException</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Wed Aug 01 10:43:47 CDT 2018 -->
|
||||
<title>com.fazecast.jSerialComm (jSerialComm 2.1.0 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Aug 10 16:12:42 CDT 2018 -->
|
||||
<title>com.fazecast.jSerialComm (jSerialComm 2.2.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2018-08-01">
|
||||
<meta name="date" content="2018-08-10">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="com.fazecast.jSerialComm (jSerialComm 2.1.0 API)";
|
||||
parent.document.title="com.fazecast.jSerialComm (jSerialComm 2.2.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -143,6 +143,29 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<table class="typeSummary" summary="Exception Summary table, listing exceptions, and an explanation">
|
||||
<caption><span>Exception Summary</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Exception</th>
|
||||
<th class="colLast" scope="col">Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<th class="colFirst" scope="row"><a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm">SerialPortIOException</a></th>
|
||||
<td class="colLast">
|
||||
<div class="block">This class describes a serial port IO exception.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<th class="colFirst" scope="row"><a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm">SerialPortTimeoutException</a></th>
|
||||
<td class="colLast">
|
||||
<div class="block">This class describes a serial port timeout exception.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Wed Aug 01 10:43:47 CDT 2018 -->
|
||||
<title>com.fazecast.jSerialComm Class Hierarchy (jSerialComm 2.1.0 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Aug 10 16:12:42 CDT 2018 -->
|
||||
<title>com.fazecast.jSerialComm Class Hierarchy (jSerialComm 2.2.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2018-08-01">
|
||||
<meta name="date" content="2018-08-10">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="com.fazecast.jSerialComm Class Hierarchy (jSerialComm 2.1.0 API)";
|
||||
parent.document.title="com.fazecast.jSerialComm Class Hierarchy (jSerialComm 2.2.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -98,20 +98,34 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
<div class="contentContainer">
|
||||
<h2 title="Class Hierarchy">Class Hierarchy</h2>
|
||||
<ul>
|
||||
<li class="circle">java.lang.Object
|
||||
<li class="circle">java.lang.<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
|
||||
<ul>
|
||||
<li class="circle">java.util.EventObject (implements java.io.Serializable)
|
||||
<li class="circle">java.util.<a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventObject.html?is-external=true" title="class or interface in java.util"><span class="typeNameLink">EventObject</span></a> (implements java.io.<a href="https://docs.oracle.com/javase/9/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
|
||||
<ul>
|
||||
<li class="circle">com.fazecast.jSerialComm.<a href="../../../com/fazecast/jSerialComm/SerialPortEvent.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortEvent</span></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="circle">com.fazecast.jSerialComm.<a href="../../../com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPort</span></a></li>
|
||||
<li class="circle">java.lang.<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Throwable</span></a> (implements java.io.<a href="https://docs.oracle.com/javase/9/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
|
||||
<ul>
|
||||
<li class="circle">java.lang.<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Exception</span></a>
|
||||
<ul>
|
||||
<li class="circle">java.io.<a href="https://docs.oracle.com/javase/9/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><span class="typeNameLink">IOException</span></a>
|
||||
<ul>
|
||||
<li class="circle">com.fazecast.jSerialComm.<a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortIOException</span></a></li>
|
||||
<li class="circle">com.fazecast.jSerialComm.<a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortTimeoutException</span></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
|
||||
<ul>
|
||||
<li class="circle">java.util.EventListener
|
||||
<li class="circle">java.util.<a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util"><span class="typeNameLink">EventListener</span></a>
|
||||
<ul>
|
||||
<li class="circle">com.fazecast.jSerialComm.<a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortDataListener</span></a>
|
||||
<ul>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Wed Aug 01 10:43:47 CDT 2018 -->
|
||||
<title>Constant Field Values (jSerialComm 2.1.0 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Aug 10 16:12:42 CDT 2018 -->
|
||||
<title>Constant Field Values (jSerialComm 2.2.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2018-08-01">
|
||||
<meta name="date" content="2018-08-10">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Constant Field Values (jSerialComm 2.1.0 API)";
|
||||
parent.document.title="Constant Field Values (jSerialComm 2.2.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Wed Aug 01 10:43:48 CDT 2018 -->
|
||||
<title>Deprecated List (jSerialComm 2.1.0 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Aug 10 16:12:42 CDT 2018 -->
|
||||
<title>Deprecated List (jSerialComm 2.2.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2018-08-01">
|
||||
<meta name="date" content="2018-08-10">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Deprecated List (jSerialComm 2.1.0 API)";
|
||||
parent.document.title="Deprecated List (jSerialComm 2.2.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Wed Aug 01 10:43:48 CDT 2018 -->
|
||||
<title>API Help (jSerialComm 2.1.0 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Aug 10 16:12:42 CDT 2018 -->
|
||||
<title>API Help (jSerialComm 2.2.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2018-08-01">
|
||||
<meta name="date" content="2018-08-10">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="API Help (jSerialComm 2.1.0 API)";
|
||||
parent.document.title="API Help (jSerialComm 2.2.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Wed Aug 01 10:43:48 CDT 2018 -->
|
||||
<title>Index (jSerialComm 2.1.0 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Aug 10 16:12:42 CDT 2018 -->
|
||||
<title>Index (jSerialComm 2.2.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2018-08-01">
|
||||
<meta name="date" content="2018-08-10">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Index (jSerialComm 2.1.0 API)";
|
||||
parent.document.title="Index (jSerialComm 2.2.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -109,7 +109,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
<dl>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPort.html#bytesAvailable--">bytesAvailable()</a></span> - Method in class com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm">SerialPort</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns the number of bytes available without blocking if <a href="com/fazecast/jSerialComm/SerialPort.html#readBytes-long-byte:A-long-long-"><code>SerialPort.readBytes(long, byte[], long, long)</code></a> were to be called immediately
|
||||
<div class="block">Returns the number of bytes available without blocking if <a href="com/fazecast/jSerialComm/SerialPort.html#readBytes-byte:A-long-"><code>SerialPort.readBytes(byte[], long)</code></a> were to be called immediately
|
||||
after this method returns.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPort.html#bytesAwaitingWrite--">bytesAwaitingWrite()</a></span> - Method in class com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm">SerialPort</a></dt>
|
||||
|
@ -208,7 +208,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPort.html#getInputStream--">getInputStream()</a></span> - Method in class com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm">SerialPort</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns an <code>InputStream</code> object associated with this serial port.</div>
|
||||
<div class="block">Returns an <a href="https://docs.oracle.com/javase/9/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> object associated with this serial port.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPortDataListener.html#getListeningEvents--">getListeningEvents()</a></span> - Method in interface com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm">SerialPortDataListener</a></dt>
|
||||
<dd>
|
||||
|
@ -224,7 +224,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPort.html#getOutputStream--">getOutputStream()</a></span> - Method in class com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm">SerialPort</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns an <code>OutputStream</code> object associated with this serial port.</div>
|
||||
<div class="block">Returns an <a href="https://docs.oracle.com/javase/9/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> object associated with this serial port.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPortPacketListener.html#getPacketSize--">getPacketSize()</a></span> - Method in interface com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm">SerialPortPacketListener</a></dt>
|
||||
<dd>
|
||||
|
@ -364,10 +364,52 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
<dd>
|
||||
<div class="block">Constructs a <a href="com/fazecast/jSerialComm/SerialPortEvent.html" title="class in com.fazecast.jSerialComm"><code>SerialPortEvent</code></a> object corresponding to the specified serial event type and containing the passed-in data bytes.</div>
|
||||
</dd>
|
||||
<dt><a href="com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortIOException</span></a> - Exception in <a href="com/fazecast/jSerialComm/package-summary.html">com.fazecast.jSerialComm</a></dt>
|
||||
<dd>
|
||||
<div class="block">This class describes a serial port IO exception.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPortIOException.html#SerialPortIOException--">SerialPortIOException()</a></span> - Constructor for exception com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm">SerialPortIOException</a></dt>
|
||||
<dd>
|
||||
<div class="block">Constructs a <a href="com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortIOException</code></a> with <code>null</code> as its error detail message.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPortIOException.html#SerialPortIOException-java.lang.String-">SerialPortIOException(String)</a></span> - Constructor for exception com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm">SerialPortIOException</a></dt>
|
||||
<dd>
|
||||
<div class="block">Constructs a <a href="com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortIOException</code></a> with the specified detail message.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPortIOException.html#SerialPortIOException-java.lang.String-java.lang.Throwable-">SerialPortIOException(String, Throwable)</a></span> - Constructor for exception com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm">SerialPortIOException</a></dt>
|
||||
<dd>
|
||||
<div class="block">Constructs a <a href="com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortIOException</code></a> with the specified detail message and cause.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPortIOException.html#SerialPortIOException-java.lang.Throwable-">SerialPortIOException(Throwable)</a></span> - Constructor for exception com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm">SerialPortIOException</a></dt>
|
||||
<dd>
|
||||
<div class="block">Constructs a <a href="com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortIOException</code></a> with the specified cause and a detail message of <code>(cause==null ? null : cause.toString()) </code>
|
||||
(which typically contains the class and detail message of <code>cause</code>).</div>
|
||||
</dd>
|
||||
<dt><a href="com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortPacketListener</span></a> - Interface in <a href="com/fazecast/jSerialComm/package-summary.html">com.fazecast.jSerialComm</a></dt>
|
||||
<dd>
|
||||
<div class="block">This interface must be implemented to enable full packet reads using event-based serial port I/O.</div>
|
||||
</dd>
|
||||
<dt><a href="com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortTimeoutException</span></a> - Exception in <a href="com/fazecast/jSerialComm/package-summary.html">com.fazecast.jSerialComm</a></dt>
|
||||
<dd>
|
||||
<div class="block">This class describes a serial port timeout exception.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPortTimeoutException.html#SerialPortTimeoutException--">SerialPortTimeoutException()</a></span> - Constructor for exception com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm">SerialPortTimeoutException</a></dt>
|
||||
<dd>
|
||||
<div class="block">Constructs a <a href="com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortTimeoutException</code></a> with <code>null</code> as its error detail message.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPortTimeoutException.html#SerialPortTimeoutException-java.lang.String-">SerialPortTimeoutException(String)</a></span> - Constructor for exception com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm">SerialPortTimeoutException</a></dt>
|
||||
<dd>
|
||||
<div class="block">Constructs a <a href="com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortTimeoutException</code></a> with the specified detail message.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPortTimeoutException.html#SerialPortTimeoutException-java.lang.String-java.lang.Throwable-">SerialPortTimeoutException(String, Throwable)</a></span> - Constructor for exception com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm">SerialPortTimeoutException</a></dt>
|
||||
<dd>
|
||||
<div class="block">Constructs a <a href="com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortTimeoutException</code></a> with the specified detail message and cause.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPortTimeoutException.html#SerialPortTimeoutException-java.lang.Throwable-">SerialPortTimeoutException(Throwable)</a></span> - Constructor for exception com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm">SerialPortTimeoutException</a></dt>
|
||||
<dd>
|
||||
<div class="block">Constructs a <a href="com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><code>SerialPortTimeoutException</code></a> with the specified cause and a detail message of <code>(cause==null ? null : cause.toString()) </code>
|
||||
(which typically contains the class and detail message of <code>cause</code>).</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPort.html#setBaudRate-int-">setBaudRate(int)</a></span> - Method in class com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm">SerialPort</a></dt>
|
||||
<dd>
|
||||
<div class="block">Sets the desired baud rate for this serial port.</div>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Wed Aug 01 10:43:48 CDT 2018 -->
|
||||
<title>jSerialComm 2.1.0 API</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Aug 10 16:12:42 CDT 2018 -->
|
||||
<title>jSerialComm 2.2.0 API</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<script type="text/javascript">
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Wed Aug 01 10:43:47 CDT 2018 -->
|
||||
<title>Class Hierarchy (jSerialComm 2.1.0 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Aug 10 16:12:42 CDT 2018 -->
|
||||
<title>Class Hierarchy (jSerialComm 2.2.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2018-08-01">
|
||||
<meta name="date" content="2018-08-10">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Class Hierarchy (jSerialComm 2.1.0 API)";
|
||||
parent.document.title="Class Hierarchy (jSerialComm 2.2.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -102,20 +102,34 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
<div class="contentContainer">
|
||||
<h2 title="Class Hierarchy">Class Hierarchy</h2>
|
||||
<ul>
|
||||
<li class="circle">java.lang.Object
|
||||
<li class="circle">java.lang.<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
|
||||
<ul>
|
||||
<li class="circle">java.util.EventObject (implements java.io.Serializable)
|
||||
<li class="circle">java.util.<a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventObject.html?is-external=true" title="class or interface in java.util"><span class="typeNameLink">EventObject</span></a> (implements java.io.<a href="https://docs.oracle.com/javase/9/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
|
||||
<ul>
|
||||
<li class="circle">com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortEvent.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortEvent</span></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="circle">com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPort</span></a></li>
|
||||
<li class="circle">java.lang.<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Throwable</span></a> (implements java.io.<a href="https://docs.oracle.com/javase/9/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
|
||||
<ul>
|
||||
<li class="circle">java.lang.<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Exception</span></a>
|
||||
<ul>
|
||||
<li class="circle">java.io.<a href="https://docs.oracle.com/javase/9/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><span class="typeNameLink">IOException</span></a>
|
||||
<ul>
|
||||
<li class="circle">com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortIOException</span></a></li>
|
||||
<li class="circle">com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortTimeoutException</span></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
|
||||
<ul>
|
||||
<li class="circle">java.util.EventListener
|
||||
<li class="circle">java.util.<a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util"><span class="typeNameLink">EventListener</span></a>
|
||||
<ul>
|
||||
<li class="circle">com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortDataListener</span></a>
|
||||
<ul>
|
||||
|
|
Binary file not shown.
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Wed Aug 01 10:43:47 CDT 2018 -->
|
||||
<title>Serialized Form (jSerialComm 2.1.0 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Aug 10 16:12:42 CDT 2018 -->
|
||||
<title>Serialized Form (jSerialComm 2.2.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2018-08-01">
|
||||
<meta name="date" content="2018-08-10">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Serialized Form (jSerialComm 2.1.0 API)";
|
||||
parent.document.title="Serialized Form (jSerialComm 2.2.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -103,7 +103,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
<li class="blockList"><a name="com.fazecast.jSerialComm.SerialPortEvent">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Class <a href="com/fazecast/jSerialComm/SerialPortEvent.html" title="class in com.fazecast.jSerialComm">com.fazecast.jSerialComm.SerialPortEvent</a> extends java.util.EventObject implements Serializable</h3>
|
||||
<h3>Class <a href="com/fazecast/jSerialComm/SerialPortEvent.html" title="class in com.fazecast.jSerialComm">com.fazecast.jSerialComm.SerialPortEvent</a> extends <a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventObject.html?is-external=true" title="class or interface in java.util">EventObject</a> implements Serializable</h3>
|
||||
<dl class="nameValue">
|
||||
<dt>serialVersionUID:</dt>
|
||||
<dd>3060830619653354150L</dd>
|
||||
|
@ -124,6 +124,24 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="blockList"><a name="com.fazecast.jSerialComm.SerialPortIOException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Class <a href="com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm">com.fazecast.jSerialComm.SerialPortIOException</a> extends <a href="https://docs.oracle.com/javase/9/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a> implements Serializable</h3>
|
||||
<dl class="nameValue">
|
||||
<dt>serialVersionUID:</dt>
|
||||
<dd>3353684802475494674L</dd>
|
||||
</dl>
|
||||
</li>
|
||||
<li class="blockList"><a name="com.fazecast.jSerialComm.SerialPortTimeoutException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Class <a href="com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm">com.fazecast.jSerialComm.SerialPortTimeoutException</a> extends <a href="https://docs.oracle.com/javase/9/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a> implements Serializable</h3>
|
||||
<dl class="nameValue">
|
||||
<dt>serialVersionUID:</dt>
|
||||
<dd>3209035213903386044L</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -1 +1 @@
|
|||
typeSearchIndex = [{"p":"com.fazecast.jSerialComm","l":"SerialPort"},{"p":"com.fazecast.jSerialComm","l":"SerialPortDataListener"},{"p":"com.fazecast.jSerialComm","l":"SerialPortEvent"},{"p":"com.fazecast.jSerialComm","l":"SerialPortPacketListener"}]
|
||||
typeSearchIndex = [{"p":"com.fazecast.jSerialComm","l":"SerialPort"},{"p":"com.fazecast.jSerialComm","l":"SerialPortDataListener"},{"p":"com.fazecast.jSerialComm","l":"SerialPortEvent"},{"p":"com.fazecast.jSerialComm","l":"SerialPortIOException"},{"p":"com.fazecast.jSerialComm","l":"SerialPortPacketListener"},{"p":"com.fazecast.jSerialComm","l":"SerialPortTimeoutException"}]
|
Binary file not shown.
Loading…
Reference in New Issue