Update Javadoc

This commit is contained in:
hedgecrw85 2018-10-08 12:33:37 -05:00
parent f80f8d9b29
commit a02a311823
1 changed files with 2 additions and 2 deletions

View File

@ -362,8 +362,8 @@ public final class SerialPort
* Note that calling this method on an already opened port will simply reconfigure the port parameters.
*
* @param safetySleepTime The number of milliseconds to sleep before opening the port in case of frequent closing/openings.
* @param deviceSendQueueSize The requested size in bytes of the internal device driver's output queue (only has an effect on Windows)
* @param deviceReceiveQueueSize The requested size in bytes of the internal device driver's input queue (only has an effect on Windows)
* @param deviceSendQueueSize The requested size in bytes of the internal device driver's output queue (no effect on OSX)
* @param deviceReceiveQueueSize The requested size in bytes of the internal device driver's input queue (no effect on Linux/OSX)
* @return Whether the port was successfully opened.
*/
public final boolean openPort(int safetySleepTime, int deviceSendQueueSize, int deviceReceiveQueueSize)