Documentation.

This commit is contained in:
hedgecrw85 2016-12-05 14:29:04 -06:00
parent 73b0d5918c
commit 5d9b261ee4
1 changed files with 2 additions and 0 deletions

View File

@ -442,6 +442,8 @@ public final class SerialPort
/**
* Returns the number of bytes still waiting to be written in the device's output queue.
* <p>
* Note that this method is not required or guaranteed to be implemented by the underlying device driver. Use it carefully and test your application to ensure it is working as you expect.
*
* @return The number of bytes currently waiting to be written, or -1 if the port is not open.
*/