/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_casic_detector_uart_SerialPort */
#ifndef _Included_com_casic_detector_uart_SerialPort
#define _Included_com_casic_detector_uart_SerialPort
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: com_casic_detector_uart_SerialPort
* Method: open
* Signature: (Ljava/lang/String;II)Ljava/io/FileDescriptor;
*/
JNIEXPORT jobject JNICALL Java_com_casic_detector_uart_SerialPort_open
(JNIEnv *, jclass, jstring, jint, jint);
/*
* Class: com_casic_detector_uart_SerialPort
* Method: close
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_com_casic_detector_uart_SerialPort_close
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif