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

📄 allnames.html

📁 java串口通讯api
💻 HTML
📖 第 1 页 / 共 3 页
字号:
  <dt> 	<a href="javax.comm.CommPort.html#getInputStream()"><b>getInputStream</b></a>().
Method in class javax.comm.<a href="javax.comm.CommPort.html#_top_">CommPort</a>
  <dd>  Returns an input stream.
  <dt> 	<a href="javax.comm.ParallelPort.html#getMode()"><b>getMode</b></a>().
Method in class javax.comm.<a href="javax.comm.ParallelPort.html#_top_">ParallelPort</a>
  <dd>  Gets the currently configured mode.
  <dt> 	<a href="javax.comm.CommPort.html#getName()"><b>getName</b></a>().
Method in class javax.comm.<a href="javax.comm.CommPort.html#_top_">CommPort</a>
  <dd>  Gets the name of the communications port.
  <dt> 	<a href="javax.comm.CommPortIdentifier.html#getName()"><b>getName</b></a>().
Method in class javax.comm.<a href="javax.comm.CommPortIdentifier.html#_top_">CommPortIdentifier</a>
  <dd>  Returns the name of the port.
  <dt> 	<a href="javax.comm.ParallelPortEvent.html#getNewValue()"><b>getNewValue</b></a>().
Method in class javax.comm.<a href="javax.comm.ParallelPortEvent.html#_top_">ParallelPortEvent</a>
  <dd>  Gets the new value of the state change that caused the <CODE>ParallelPortEvent</CODE> to be propagated.
  <dt> 	<a href="javax.comm.SerialPortEvent.html#getNewValue()"><b>getNewValue</b></a>().
Method in class javax.comm.<a href="javax.comm.SerialPortEvent.html#_top_">SerialPortEvent</a>
  <dd>  Gets the new value of the state change that caused the <CODE>SerialPortEvent</CODE> to be propagated.
  <dt> 	<a href="javax.comm.ParallelPortEvent.html#getOldValue()"><b>getOldValue</b></a>().
Method in class javax.comm.<a href="javax.comm.ParallelPortEvent.html#_top_">ParallelPortEvent</a>
  <dd>  Gets the old value of the state change that caused the <CODE>ParallelPortEvent</CODE> to be propagated.
  <dt> 	<a href="javax.comm.SerialPortEvent.html#getOldValue()"><b>getOldValue</b></a>().
Method in class javax.comm.<a href="javax.comm.SerialPortEvent.html#_top_">SerialPortEvent</a>
  <dd>  Gets the old value of the state change that caused the <CODE>SerialPortEvent</CODE> to be propagated.
  <dt> 	<a href="javax.comm.ParallelPort.html#getOutputBufferFree()"><b>getOutputBufferFree</b></a>().
Method in class javax.comm.<a href="javax.comm.ParallelPort.html#_top_">ParallelPort</a>
  <dd>  Gets the number of bytes available in the output buffer.
  <dt> 	<a href="javax.comm.CommPort.html#getOutputBufferSize()"><b>getOutputBufferSize</b></a>().
Method in class javax.comm.<a href="javax.comm.CommPort.html#_top_">CommPort</a>
  <dd>  Gets the output buffer size.
  <dt> 	<a href="javax.comm.CommPort.html#getOutputStream()"><b>getOutputStream</b></a>().
Method in class javax.comm.<a href="javax.comm.CommPort.html#_top_">CommPort</a>
  <dd>  Returns an output stream.
  <dt> 	<a href="javax.comm.SerialPort.html#getParity()"><b>getParity</b></a>().
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
  <dd>  Get the currently configured parity setting.
  <dt> 	<a href="javax.comm.CommPortIdentifier.html#getPortIdentifier(javax.comm.CommPort)"><b>getPortIdentifier</b></a>(CommPort).
Static method in class javax.comm.<a href="javax.comm.CommPortIdentifier.html#_top_">CommPortIdentifier</a>
  <dd>  Obtains the <CODE>CommPortIdentifier</CODE> object corresponding to a port that has already been opened by the application.
  <dt> 	<a href="javax.comm.CommPortIdentifier.html#getPortIdentifier(java.lang.String)"><b>getPortIdentifier</b></a>(String).
Static method in class javax.comm.<a href="javax.comm.CommPortIdentifier.html#_top_">CommPortIdentifier</a>
  <dd>  Obtains a <CODE>CommPortIdentifier</CODE> object by using a port name.
  <dt> 	<a href="javax.comm.CommPortIdentifier.html#getPortIdentifiers()"><b>getPortIdentifiers</b></a>().
Static method in class javax.comm.<a href="javax.comm.CommPortIdentifier.html#_top_">CommPortIdentifier</a>
  <dd>  Obtains an enumeration object that contains a <CODE>CommPortIdentifier</CODE> object for each port in the system.
  <dt> 	<a href="javax.comm.CommPortIdentifier.html#getPortType()"><b>getPortType</b></a>().
Method in class javax.comm.<a href="javax.comm.CommPortIdentifier.html#_top_">CommPortIdentifier</a>
  <dd>  Returns the port type.
  <dt> 	<a href="javax.comm.CommPort.html#getReceiveFramingByte()"><b>getReceiveFramingByte</b></a>().
Method in class javax.comm.<a href="javax.comm.CommPort.html#_top_">CommPort</a>
  <dd>  Gets the current byte used for receive framing.
  <dt> 	<a href="javax.comm.CommPort.html#getReceiveThreshold()"><b>getReceiveThreshold</b></a>().
Method in class javax.comm.<a href="javax.comm.CommPort.html#_top_">CommPort</a>
  <dd>  Gets the integer value of the receive threshold.
  <dt> 	<a href="javax.comm.CommPort.html#getReceiveTimeout()"><b>getReceiveTimeout</b></a>().
Method in class javax.comm.<a href="javax.comm.CommPort.html#_top_">CommPort</a>
  <dd>  Gets the integer value of the receive timeout.
  <dt> 	<a href="javax.comm.SerialPort.html#getStopBits()"><b>getStopBits</b></a>().
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
  <dd>  Gets the currently defined stop bits.
</dl>
<a name="Thumb-H"></a>
<a name="Thumb-I"></a>
<hr>
<h2>
<a name="Thumb-I"><b> I </b></a>
</h2>
<dl>
  <dt> 	<a href="javax.comm.CommDriver.html#initialize()"><b>initialize</b></a>().
Method in interface javax.comm.<a href="javax.comm.CommDriver.html#_top_">CommDriver</a>
  <dd>  initialize() will be called by the CommPortIdentifier's static initializer.
  <dt> 	<a href="javax.comm.SerialPort.html#isCD()"><b>isCD</b></a>().
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
  <dd>  Gets the state of the CD (Carrier Detect) bit in the UART.
  <dt> 	<a href="javax.comm.SerialPort.html#isCTS()"><b>isCTS</b></a>().
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
  <dd>  Gets the state of the CTS (Clear To Send) bit in the UART.
  <dt> 	<a href="javax.comm.CommPortIdentifier.html#isCurrentlyOwned()"><b>isCurrentlyOwned</b></a>().
Method in class javax.comm.<a href="javax.comm.CommPortIdentifier.html#_top_">CommPortIdentifier</a>
  <dd>  Checks whether the port is owned.
  <dt> 	<a href="javax.comm.SerialPort.html#isDSR()"><b>isDSR</b></a>().
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
  <dd>  Gets the state of the DSR (Data Set Ready) bit in the UART.
  <dt> 	<a href="javax.comm.SerialPort.html#isDTR()"><b>isDTR</b></a>().
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
  <dd>  Gets the state of the DTR (Data Terminal Ready) bit in the UART.
  <dt> 	<a href="javax.comm.ParallelPort.html#isPaperOut()"><b>isPaperOut</b></a>().
Method in class javax.comm.<a href="javax.comm.ParallelPort.html#_top_">ParallelPort</a>
  <dd>  Checks if the port is indicating an "Out of Paper" state.
  <dt> 	<a href="javax.comm.ParallelPort.html#isPrinterBusy()"><b>isPrinterBusy</b></a>().
Method in class javax.comm.<a href="javax.comm.ParallelPort.html#_top_">ParallelPort</a>
  <dd>  Checks if the port is indicating a "Printer Busy" state.
  <dt> 	<a href="javax.comm.ParallelPort.html#isPrinterError()"><b>isPrinterError</b></a>().
Method in class javax.comm.<a href="javax.comm.ParallelPort.html#_top_">ParallelPort</a>
  <dd>  Checks if the printer has encountered an error.
  <dt> 	<a href="javax.comm.ParallelPort.html#isPrinterSelected()"><b>isPrinterSelected</b></a>().
Method in class javax.comm.<a href="javax.comm.ParallelPort.html#_top_">ParallelPort</a>
  <dd>  Checks if the printer is in selected state.
  <dt> 	<a href="javax.comm.ParallelPort.html#isPrinterTimedOut()"><b>isPrinterTimedOut</b></a>().
Method in class javax.comm.<a href="javax.comm.ParallelPort.html#_top_">ParallelPort</a>
  <dd>  Checks if the printer has timed out.
  <dt> 	<a href="javax.comm.CommPort.html#isReceiveFramingEnabled()"><b>isReceiveFramingEnabled</b></a>().
Method in class javax.comm.<a href="javax.comm.CommPort.html#_top_">CommPort</a>
  <dd>  Checks if receive framing is enabled.
  <dt> 	<a href="javax.comm.CommPort.html#isReceiveThresholdEnabled()"><b>isReceiveThresholdEnabled</b></a>().
Method in class javax.comm.<a href="javax.comm.CommPort.html#_top_">CommPort</a>
  <dd>  Checks if receive threshold is enabled.
  <dt> 	<a href="javax.comm.CommPort.html#isReceiveTimeoutEnabled()"><b>isReceiveTimeoutEnabled</b></a>().
Method in class javax.comm.<a href="javax.comm.CommPort.html#_top_">CommPort</a>
  <dd>  Checks if receive timeout is enabled.
  <dt> 	<a href="javax.comm.SerialPort.html#isRI()"><b>isRI</b></a>().
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
  <dd>  Gets the state of the RI (Ring Indicator) bit in the UART.
  <dt> 	<a href="javax.comm.SerialPort.html#isRTS()"><b>isRTS</b></a>().
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
  <dd>  Gets the state of the RTS (Request To Send) bit in the UART.
</dl>
<a name="Thumb-J"></a>
<a name="Thumb-K"></a>
<a name="Thumb-L"></a>
<hr>
<h2>
<a name="Thumb-L"><b> L </b></a>
</h2>
<dl>
  <dt> 	<a href="javax.comm.ParallelPort.html#LPT_MODE_ANY"><b>LPT_MODE_ANY</b></a>.
Static variable in class javax.comm.<a href="javax.comm.ParallelPort.html#_top_">ParallelPort</a>
  <dd>  Picks the best available mode.
  <dt> 	<a href="javax.comm.ParallelPort.html#LPT_MODE_ECP"><b>LPT_MODE_ECP</b></a>.
Static variable in class javax.comm.<a href="javax.comm.ParallelPort.html#_top_">ParallelPort</a>
  <dd>  Enhanced capabilities port.
  <dt> 	<a href="javax.comm.ParallelPort.html#LPT_MODE_EPP"><b>LPT_MODE_EPP</b></a>.
Static variable in class javax.comm.<a href="javax.comm.ParallelPort.html#_top_">ParallelPort</a>
  <dd>  Extended parallel port.
  <dt> 	<a href="javax.comm.ParallelPort.html#LPT_MODE_NIBBLE"><b>LPT_MODE_NIBBLE</b></a>.
Static variable in class javax.comm.<a href="javax.comm.ParallelPort.html#_top_">ParallelPort</a>
  <dd>  Nibble Mode.
  <dt> 	<a href="javax.comm.ParallelPort.html#LPT_MODE_PS2"><b>LPT_MODE_PS2</b></a>.
Static variable in class javax.comm.<a href="javax.comm.ParallelPort.html#_top_">ParallelPort</a>
  <dd>  Byte mode.
  <dt> 	<a href="javax.comm.ParallelPort.html#LPT_MODE_SPP"><b>LPT_MODE_SPP</b></a>.
Static variable in class javax.comm.<a href="javax.comm.ParallelPort.html#_top_">ParallelPort</a>
  <dd>  Compatibility mode.
</dl>
<a name="Thumb-M"></a>
<a name="Thumb-N"></a>
<hr>
<h2>
<a name="Thumb-N"><b> N </b></a>
</h2>
<dl>
  <dt> 	<a href="javax.comm.CommPort.html#name"><b>name</b></a>.
Variable in class javax.comm.<a href="javax.comm.CommPort.html#_top_">CommPort</a>
  <dd> 
  <dt> 	<a href="javax.comm.SerialPort.html#notifyOnBreakInterrupt(boolean)"><b>notifyOnBreakInterrupt</b></a>(boolean).
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
  <dd>  Expresses interest in receiving notification when there is a break interrupt on the line.
  <dt> 	<a href="javax.comm.ParallelPort.html#notifyOnBuffer(boolean)"><b>notifyOnBuffer</b></a>(boolean).
Method in class javax.comm.<a href="javax.comm.ParallelPort.html#_top_">ParallelPort</a>
  <dd>  Expresses interest in being notified when the output buffer is empty.
  <dt> 	<a href="javax.comm.SerialPort.html#notifyOnCarrierDetect(boolean)"><b>notifyOnCarrierDetect</b></a>(boolean).
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
  <dd>  Expresses interest in receiving notification when the CD (Carrier Detect) bit changes.
  <dt> 	<a href="javax.comm.SerialPort.html#notifyOnCTS(boolean)"><b>notifyOnCTS</b></a>(boolean).
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
  <dd>  Expresses interest in receiving notification when the CTS (Clear To Send) bit changes.
  <dt> 	<a href="javax.comm.SerialPort.html#notifyOnDataAvailable(boolean)"><b>notifyOnDataAvailable</b></a>(boolean).
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
  <dd>  Expresses interest in receiving notification when input data is available.
  <dt> 	<a href="javax.comm.SerialPort.html#notifyOnDSR(boolean)"><b>notifyOnDSR</b></a>(boolean).
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
  <dd>  Expresses interest in receiving notification when the DSR (Data Set Ready) bit changes.
  <dt> 	<a href="javax.comm.ParallelPort.html#notifyOnError(boolean)"><b>notifyOnError</b></a>(boolean).
Method in class javax.comm.<a href="javax.comm.ParallelPort.html#_top_">ParallelPort</a>
  <dd>  Expresses interest in being notified of port errors.
  <dt> 	<a href="javax.comm.SerialPort.html#notifyOnFramingError(boolean)"><b>notifyOnFramingError</b></a>(boolean).
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
  <dd>  Expresses interest in receiving notification when there is a framing error.
  <dt> 	<a href="javax.comm.SerialPort.html#notifyOnOutputEmpty(boolean)"><b>notifyOnOutputEmpty</b></a>(boolean).
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
  <dd>  Expresses interest in receiving notification when the output buffer is empty.
  <dt> 	<a href="javax.comm.SerialPort.html#notifyOnOverrunError(boolean)"><b>notifyOnOverrunError</b></a>(boolean).
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
  <dd>  Expresses interest in receiving notification when there is an overrun error.
  <dt> 	<a href="javax.comm.SerialPort.html#notifyOnParityError(boolean)"><b>notifyOnParityError</b></a>(boolean).
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
  <dd>  Expresses interest in receiving notification when there is a parity error.
  <dt> 	<a href="javax.comm.SerialPort.html#notifyOnRingIndicator(boolean)"><b>notifyOnRingIndicator</b></a>(boolean).
Method in class javax.comm.<a href="javax.comm.SerialPort.html#_top_">SerialPort</a>
  <dd>  Expresses interest in receiving notification

⌨️ 快捷键说明

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