File: gnu_io_RXTXCommDriver.h

package info (click to toggle)
rxtx 1.5.9pre5-1
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 2,820 kB
  • ctags: 2,412
  • sloc: ansic: 9,808; sh: 7,685; java: 4,352; cpp: 2,707; makefile: 132
file content (46 lines) | stat: -rw-r--r-- 1,164 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class gnu_io_RXTXCommDriver */

#ifndef _Included_gnu_io_RXTXCommDriver
#define _Included_gnu_io_RXTXCommDriver
#ifdef __cplusplus
extern "C" {
#endif
/* Inaccessible static: debug */
/*
 * Class:     gnu_io_RXTXCommDriver
 * Method:    registerKnownPorts
 * Signature: (I)Z
 */
JNIEXPORT jboolean JNICALL Java_gnu_io_RXTXCommDriver_registerKnownPorts
  (JNIEnv *, jobject, jint);

/*
 * Class:     gnu_io_RXTXCommDriver
 * Method:    isPortPrefixValid
 * Signature: (Ljava/lang/String;)Z
 */
JNIEXPORT jboolean JNICALL Java_gnu_io_RXTXCommDriver_isPortPrefixValid
  (JNIEnv *, jobject, jstring);

/*
 * Class:     gnu_io_RXTXCommDriver
 * Method:    testRead
 * Signature: (Ljava/lang/String;I)Z
 */
JNIEXPORT jboolean JNICALL Java_gnu_io_RXTXCommDriver_testRead
  (JNIEnv *, jobject, jstring, jint);

/*
 * Class:     gnu_io_RXTXCommDriver
 * Method:    getDeviceDirectory
 * Signature: ()Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_gnu_io_RXTXCommDriver_getDeviceDirectory
  (JNIEnv *, jobject);

#ifdef __cplusplus
}
#endif
#endif