📄 allnames.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Sun Nov 15 16:06:15 PST 1998 -->
<title>
Index of all Fields and Methods
</title>
</head>
<body>
<a name="_top_"></a>
<pre><a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a></pre><hr>
<a href="#Thumb-A">A</a>
<a href="#Thumb-B">B</a>
<a href="#Thumb-C">C</a>
<a href="#Thumb-D">D</a>
<a href="#Thumb-E">E</a>
<a href="#Thumb-F">F</a>
<a href="#Thumb-G">G</a>
<a href="#Thumb-H">H</a>
<a href="#Thumb-I">I</a>
<a href="#Thumb-J">J</a>
<a href="#Thumb-K">K</a>
<a href="#Thumb-L">L</a>
<a href="#Thumb-M">M</a>
<a href="#Thumb-N">N</a>
<a href="#Thumb-O">O</a>
<a href="#Thumb-P">P</a>
<a href="#Thumb-Q">Q</a>
<a href="#Thumb-R">R</a>
<a href="#Thumb-S">S</a>
<a href="#Thumb-T">T</a>
<a href="#Thumb-U">U</a>
<a href="#Thumb-V">V</a>
<a href="#Thumb-W">W</a>
<a href="#Thumb-X">X</a>
<a href="#Thumb-Y">Y</a>
<a href="#Thumb-Z">Z</a>
<hr>
<h1>
Index of all Fields and Methods
</h1>
<a name="Thumb-A"></a>
<h2>
<a name="Thumb-A"><b> A </b></a>
</h2>
<dl>
<dt> <a href="javax.comm.ParallelPort.html#addEventListener(javax.comm.ParallelPortEventListener)"><b>addEventListener</b></a>(ParallelPortEventListener).
Method in class javax.comm.<a href="javax.comm.ParallelPort.html#_top_">ParallelPort</a>
<dd> Registers a <CODE>ParallelPortEventListener</CODE> object for <CODE>ParallelPortEvent</CODE>s.
<dt> <a href="javax.comm.SerialPort.html#addEventListener(javax.comm.SerialPortEventListener)"><b>addEventListener</b></a>(SerialPortEventListener).
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
<dd> Registers a <CODE>SerialPortEventListener</CODE> object to listen for <CODE>SerialEvent</CODE>s.
<dt> <a href="javax.comm.CommPortIdentifier.html#addPortName(java.lang.String, int, javax.comm.CommDriver)"><b>addPortName</b></a>(String, int, CommDriver).
Static method in class javax.comm.<a href="javax.comm.CommPortIdentifier.html#_top_">CommPortIdentifier</a>
<dd> Adds <CODE>portName</CODE> to the list of ports.
<dt> <a href="javax.comm.CommPortIdentifier.html#addPortOwnershipListener(javax.comm.CommPortOwnershipListener)"><b>addPortOwnershipListener</b></a>(CommPortOwnershipListener).
Method in class javax.comm.<a href="javax.comm.CommPortIdentifier.html#_top_">CommPortIdentifier</a>
<dd> Registers an interested application so that it can receive notification of changes in port ownership.
</dl>
<a name="Thumb-B"></a>
<hr>
<h2>
<a name="Thumb-B"><b> B </b></a>
</h2>
<dl>
<dt> <a href="javax.comm.SerialPortEvent.html#BI"><b>BI</b></a>.
Static variable in class javax.comm.<a href="javax.comm.SerialPortEvent.html#_top_">SerialPortEvent</a>
<dd> Break interrupt.
</dl>
<a name="Thumb-C"></a>
<hr>
<h2>
<a name="Thumb-C"><b> C </b></a>
</h2>
<dl>
<dt> <a href="javax.comm.SerialPortEvent.html#CD"><b>CD</b></a>.
Static variable in class javax.comm.<a href="javax.comm.SerialPortEvent.html#_top_">SerialPortEvent</a>
<dd> Carrier detect.
<dt> <a href="javax.comm.CommPort.html#close()"><b>close</b></a>().
Method in class javax.comm.<a href="javax.comm.CommPort.html#_top_">CommPort</a>
<dd> Closes the communications port.
<dt> <a href="javax.comm.SerialPortEvent.html#CTS"><b>CTS</b></a>.
Static variable in class javax.comm.<a href="javax.comm.SerialPortEvent.html#_top_">SerialPortEvent</a>
<dd> Clear to send.
<dt> <a href="javax.comm.PortInUseException.html#currentOwner"><b>currentOwner</b></a>.
Variable in class javax.comm.<a href="javax.comm.PortInUseException.html#_top_">PortInUseException</a>
<dd> Describes the current owner of the communications port.
</dl>
<a name="Thumb-D"></a>
<hr>
<h2>
<a name="Thumb-D"><b> D </b></a>
</h2>
<dl>
<dt> <a href="javax.comm.SerialPortEvent.html#DATA_AVAILABLE"><b>DATA_AVAILABLE</b></a>.
Static variable in class javax.comm.<a href="javax.comm.SerialPortEvent.html#_top_">SerialPortEvent</a>
<dd> Data available at the serial port.
<dt> <a href="javax.comm.SerialPort.html#DATABITS_5"><b>DATABITS_5</b></a>.
Static variable in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
<dd> 5 data bit format.
<dt> <a href="javax.comm.SerialPort.html#DATABITS_6"><b>DATABITS_6</b></a>.
Static variable in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
<dd> 6 data bit format.
<dt> <a href="javax.comm.SerialPort.html#DATABITS_7"><b>DATABITS_7</b></a>.
Static variable in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
<dd> 7 data bit format.
<dt> <a href="javax.comm.SerialPort.html#DATABITS_8"><b>DATABITS_8</b></a>.
Static variable in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
<dd> 8 data bit format.
<dt> <a href="javax.comm.CommPort.html#disableReceiveFraming()"><b>disableReceiveFraming</b></a>().
Method in class javax.comm.<a href="javax.comm.CommPort.html#_top_">CommPort</a>
<dd> Disables receive framing.
<dt> <a href="javax.comm.CommPort.html#disableReceiveThreshold()"><b>disableReceiveThreshold</b></a>().
Method in class javax.comm.<a href="javax.comm.CommPort.html#_top_">CommPort</a>
<dd> Disables receive threshold.
<dt> <a href="javax.comm.CommPort.html#disableReceiveTimeout()"><b>disableReceiveTimeout</b></a>().
Method in class javax.comm.<a href="javax.comm.CommPort.html#_top_">CommPort</a>
<dd> Disables receive timeout.
<dt> <a href="javax.comm.SerialPortEvent.html#DSR"><b>DSR</b></a>.
Static variable in class javax.comm.<a href="javax.comm.SerialPortEvent.html#_top_">SerialPortEvent</a>
<dd> Data set ready.
</dl>
<a name="Thumb-E"></a>
<hr>
<h2>
<a name="Thumb-E"><b> E </b></a>
</h2>
<dl>
<dt> <a href="javax.comm.CommPort.html#enableReceiveFraming(int)"><b>enableReceiveFraming</b></a>(int).
Method in class javax.comm.<a href="javax.comm.CommPort.html#_top_">CommPort</a>
<dd> Enables receive framing, if this feature is supported by the driver.
<dt> <a href="javax.comm.CommPort.html#enableReceiveThreshold(int)"><b>enableReceiveThreshold</b></a>(int).
Method in class javax.comm.<a href="javax.comm.CommPort.html#_top_">CommPort</a>
<dd> Enables receive threshold, if this feature is supported by the driver.
<dt> <a href="javax.comm.CommPort.html#enableReceiveTimeout(int)"><b>enableReceiveTimeout</b></a>(int).
Method in class javax.comm.<a href="javax.comm.CommPort.html#_top_">CommPort</a>
<dd> Enables receive timeout, if this feature is supported by the driver.
<dt> <a href="javax.comm.ParallelPortEvent.html#eventType"><b>eventType</b></a>.
Variable in class javax.comm.<a href="javax.comm.ParallelPortEvent.html#_top_">ParallelPortEvent</a>
<dd> For compatibility with version 1.0 of the CommAPI only.
<dt> <a href="javax.comm.SerialPortEvent.html#eventType"><b>eventType</b></a>.
Variable in class javax.comm.<a href="javax.comm.SerialPortEvent.html#_top_">SerialPortEvent</a>
<dd> The type of event.
</dl>
<a name="Thumb-F"></a>
<hr>
<h2>
<a name="Thumb-F"><b> F </b></a>
</h2>
<dl>
<dt> <a href="javax.comm.SerialPortEvent.html#FE"><b>FE</b></a>.
Static variable in class javax.comm.<a href="javax.comm.SerialPortEvent.html#_top_">SerialPortEvent</a>
<dd> Framing error.
<dt> <a href="javax.comm.SerialPort.html#FLOWCONTROL_NONE"><b>FLOWCONTROL_NONE</b></a>.
Static variable in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
<dd> Flow control off.
<dt> <a href="javax.comm.SerialPort.html#FLOWCONTROL_RTSCTS_IN"><b>FLOWCONTROL_RTSCTS_IN</b></a>.
Static variable in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
<dd> RTS/CTS flow control on input.
<dt> <a href="javax.comm.SerialPort.html#FLOWCONTROL_RTSCTS_OUT"><b>FLOWCONTROL_RTSCTS_OUT</b></a>.
Static variable in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
<dd> RTS/CTS flow control on output.
<dt> <a href="javax.comm.SerialPort.html#FLOWCONTROL_XONXOFF_IN"><b>FLOWCONTROL_XONXOFF_IN</b></a>.
Static variable in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
<dd> XON/XOFF flow control on input.
<dt> <a href="javax.comm.SerialPort.html#FLOWCONTROL_XONXOFF_OUT"><b>FLOWCONTROL_XONXOFF_OUT</b></a>.
Static variable in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
<dd> XON/XOFF flow control on output.
</dl>
<a name="Thumb-G"></a>
<hr>
<h2>
<a name="Thumb-G"><b> G </b></a>
</h2>
<dl>
<dt> <a href="javax.comm.SerialPort.html#getBaudRate()"><b>getBaudRate</b></a>().
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
<dd> Gets the currently configured baud rate.
<dt> <a href="javax.comm.CommDriver.html#getCommPort(java.lang.String, int)"><b>getCommPort</b></a>(String, int).
Method in interface javax.comm.<a href="javax.comm.CommDriver.html#_top_">CommDriver</a>
<dd> getCommPort() will be called by CommPortIdentifier from its open() method.
<dt> <a href="javax.comm.CommPortIdentifier.html#getCurrentOwner()"><b>getCurrentOwner</b></a>().
Method in class javax.comm.<a href="javax.comm.CommPortIdentifier.html#_top_">CommPortIdentifier</a>
<dd> Returns the owner of the port.
<dt> <a href="javax.comm.SerialPort.html#getDataBits()"><b>getDataBits</b></a>().
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
<dd> Gets the currently configured number of data bits.
<dt> <a href="javax.comm.ParallelPortEvent.html#getEventType()"><b>getEventType</b></a>().
Method in class javax.comm.<a href="javax.comm.ParallelPortEvent.html#_top_">ParallelPortEvent</a>
<dd> Gets the type of this event.
<dt> <a href="javax.comm.SerialPortEvent.html#getEventType()"><b>getEventType</b></a>().
Method in class javax.comm.<a href="javax.comm.SerialPortEvent.html#_top_">SerialPortEvent</a>
<dd> Gets the type of this event.
<dt> <a href="javax.comm.SerialPort.html#getFlowControlMode()"><b>getFlowControlMode</b></a>().
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
<dd> Gets the currently configured flow control mode.
<dt> <a href="javax.comm.CommPort.html#getInputBufferSize()"><b>getInputBufferSize</b></a>().
Method in class javax.comm.<a href="javax.comm.CommPort.html#_top_">CommPort</a>
<dd> Gets the input buffer size.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -