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

📄 simpleserial.h

📁 java serial port communication
💻 H
字号:
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class SimpleSerialNative */

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

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

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

/*
 * Class:     SimpleSerialNative
 * Method:    _readSerialPortByte
 * Signature: (I)I
 */
JNIEXPORT jint JNICALL Java_SimpleSerialNative__1readSerialPortByte
  (JNIEnv *, jobject, jint);

/*
 * Class:     SimpleSerialNative
 * Method:    _writeSerialPort
 * Signature: (I[B)I
 */
JNIEXPORT jint JNICALL Java_SimpleSerialNative__1writeSerialPort
  (JNIEnv *, jobject, jint, jbyteArray);

/*
 * Class:     SimpleSerialNative
 * Method:    _writeSerialPortByte
 * Signature: (IB)I
 */
JNIEXPORT jint JNICALL Java_SimpleSerialNative__1writeSerialPortByte
  (JNIEnv *, jobject, jint, jbyte);

#ifdef __cplusplus
}
#endif
#endif

⌨️ 快捷键说明

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