public abstract class SerialCommOutputStream
extends java.io.OutputStream
| Constructor and Description |
|---|
SerialCommOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
waitAllSent()
Waits indefinitely for the data to clear from the transmit buffer.
|
abstract void |
waitAllSent(int timeout)
Waits up to the specified number of milliseconds for the transmit
buffer to empty.
|
public abstract void waitAllSent()
throws java.io.IOException
java.io.IOException - failure in waiting for the buffer to emptypublic abstract void waitAllSent(int timeout)
throws java.io.IOException
timeout - count of milliseconds to wait at most for buffer emptyjava.io.IOException - failure in waiting for the buffer to emptyCopyright © 2009 Eurotech Inc. All rights reserved.