Updated comment for openPort() in _nix_based jssc.cpp
This commit is contained in:
parent
e23a29229c
commit
d0b558aa17
|
@ -49,7 +49,8 @@
|
||||||
/* OK */
|
/* OK */
|
||||||
/*
|
/*
|
||||||
* Port opening
|
* Port opening
|
||||||
* In 2.2.0 added useTIOCEXCL and invokedByPortList
|
*
|
||||||
|
* In 2.2.0 added useTIOCEXCL
|
||||||
*/
|
*/
|
||||||
JNIEXPORT jint JNICALL Java_jssc_SerialNativeInterface_openPort(JNIEnv *env, jobject object, jstring portName, jboolean useTIOCEXCL){
|
JNIEXPORT jint JNICALL Java_jssc_SerialNativeInterface_openPort(JNIEnv *env, jobject object, jstring portName, jboolean useTIOCEXCL){
|
||||||
const char* port = env->GetStringUTFChars(portName, JNI_FALSE);
|
const char* port = env->GetStringUTFChars(portName, JNI_FALSE);
|
||||||
|
|
Loading…
Reference in New Issue