/* DO NOT EDIT THIS FILE - it is machine generated */ #include "jni.h" /* Header for class Communicator */ #ifndef _Included_Communicator #define _Included_Communicator #ifdef __cplusplus extern "C" { #endif /* * Class: Communicator * Method: closePort * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_Communicator_closePort (JNIEnv *, jobject); /* * Class: Communicator * Method: openPort * Signature: (Ljava/lang/String;)Z */ JNIEXPORT jboolean JNICALL Java_Communicator_openPort (JNIEnv *, jobject, jstring); /* * Class: Communicator * Method: read * Signature: ([B)[B */ JNIEXPORT jbyte JNICALL Java_Communicator_read (JNIEnv *, jobject); /* * Class: Communicator * Method: setCommProperties * Signature: (I)Z */ JNIEXPORT jboolean JNICALL Java_Communicator_setCommProperties (JNIEnv *, jobject, jint); /* * Class: Communicator * Method: setTimeout * Signature: (I)Z */ JNIEXPORT jboolean JNICALL Java_Communicator_setTimeout (JNIEnv *, jobject, jint); /* * Class: Communicator * Method: write * Signature: ([B)Z */ JNIEXPORT jboolean JNICALL Java_Communicator_write (JNIEnv *, jobject, jbyteArray); #ifdef __cplusplus } #endif #endif