Updated comment for openPort() in _nix_based jssc.cpp

This commit is contained in:
scream3r 2013-04-18 11:31:58 +04:00
parent e23a29229c
commit d0b558aa17
1 changed files with 2 additions and 1 deletions

View File

@ -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);