⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 simpleserial.h

📁 Java Communication example
💻 H
字号:
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class SimpleSerial */

#ifndef _Included_SimpleSerial
#define _Included_SimpleSerial
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     SimpleSerial
 * Method:    _closeSerialPort
 * Signature: (I)V
 */
JNIEXPORT void JNICALL Java_SimpleSerial__1closeSerialPort
  (JNIEnv *, jobject, jint);

/*
 * Class:     SimpleSerial
 * Method:    _openSerialPort
 * Signature: (Ljava/lang/String;IIII)I
 */
JNIEXPORT jint JNICALL Java_SimpleSerial__1openSerialPort
  (JNIEnv *, jobject, jstring, jint, jint, jint, jint);

/*
 * Class:     SimpleSerial
 * Method:    _readSerialPort
 * Signature: (I)[B
 */
JNIEXPORT jbyteArray JNICALL Java_SimpleSerial__1readSerialPort
  (JNIEnv *, jobject, jint);

/*
 * Class:     SimpleSerial
 * Method:    _writeSerialPort
 * Signature: (ILjava/lang/String;)I
 */
JNIEXPORT jint JNICALL Java_SimpleSerial__1writeSerialPort
  (JNIEnv *, jobject, jint, jstring);

#ifdef __cplusplus
}
#endif
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -