Added useTIOCEXCL and invokedByPortList keys into native openPort() method
This commit is contained in:
parent
ebcb3d8c4c
commit
273e132321
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue