Added useTIOCEXCL and invokedByPortList keys into native openPort() method

This commit is contained in:
scream3r 2013-04-17 17:24:55 +04:00
parent ebcb3d8c4c
commit 273e132321
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ public class SerialNativeInterface {
* *
* @return handle of opened port or -1 if opening of the port was unsuccessful * @return handle of opened port or -1 if opening of the port was unsuccessful
*/ */
public native int openPort(String portName); public native int openPort(String portName, boolean useTIOCEXCL, boolean invokedByPortList);
/** /**
* Setting the parameters of opened port * Setting the parameters of opened port