From 0b624384cd52be20e61284551d832b499d7b7707 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Sat, 14 Apr 2012 12:56:48 +0100 Subject: Imported Upstream version 2.1.8.20120216 --- Java/com_phidgets_Dictionary.h | 133 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 Java/com_phidgets_Dictionary.h (limited to 'Java/com_phidgets_Dictionary.h') diff --git a/Java/com_phidgets_Dictionary.h b/Java/com_phidgets_Dictionary.h new file mode 100644 index 0000000..82bc3c5 --- /dev/null +++ b/Java/com_phidgets_Dictionary.h @@ -0,0 +1,133 @@ +/* DO NOT EDIT THIS FILE - it is machine generated */ +#include +/* Header for class com_phidgets_Dictionary */ + +#ifndef _Included_com_phidgets_Dictionary +#define _Included_com_phidgets_Dictionary +#ifdef __cplusplus +extern "C" { +#endif +/* + * Class: com_phidgets_Dictionary + * Method: create + * Signature: ()J + */ +JNIEXPORT jlong JNICALL Java_com_phidgets_Dictionary_create + (JNIEnv *, jobject); + +/* + * Class: com_phidgets_Dictionary + * Method: nativeClose + * Signature: ()V + */ +JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_nativeClose + (JNIEnv *, jobject); + +/* + * Class: com_phidgets_Dictionary + * Method: nativeDelete + * Signature: ()V + */ +JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_nativeDelete + (JNIEnv *, jobject); + +/* + * Class: com_phidgets_Dictionary + * Method: nativeOpenRemote + * Signature: (Ljava/lang/String;Ljava/lang/String;)V + */ +JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_nativeOpenRemote + (JNIEnv *, jobject, jstring, jstring); + +/* + * Class: com_phidgets_Dictionary + * Method: nativeOpenRemoteIP + * Signature: (Ljava/lang/String;ILjava/lang/String;)V + */ +JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_nativeOpenRemoteIP + (JNIEnv *, jobject, jstring, jint, jstring); + +/* + * Class: com_phidgets_Dictionary + * Method: nativeAddKey + * Signature: (Ljava/lang/String;Ljava/lang/String;I)V + */ +JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_nativeAddKey + (JNIEnv *, jobject, jstring, jstring, jint); + +/* + * Class: com_phidgets_Dictionary + * Method: nativeRemoveKey + * Signature: (Ljava/lang/String;)V + */ +JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_nativeRemoveKey + (JNIEnv *, jobject, jstring); + +/* + * Class: com_phidgets_Dictionary + * Method: nativeGetKey + * Signature: (Ljava/lang/String;)Ljava/lang/String; + */ +JNIEXPORT jstring JNICALL Java_com_phidgets_Dictionary_nativeGetKey + (JNIEnv *, jobject, jstring); + +/* + * Class: com_phidgets_Dictionary + * Method: getServerAddress + * Signature: ()Ljava/lang/String; + */ +JNIEXPORT jstring JNICALL Java_com_phidgets_Dictionary_getServerAddress + (JNIEnv *, jobject); + +/* + * Class: com_phidgets_Dictionary + * Method: getServerID + * Signature: ()Ljava/lang/String; + */ +JNIEXPORT jstring JNICALL Java_com_phidgets_Dictionary_getServerID + (JNIEnv *, jobject); + +/* + * Class: com_phidgets_Dictionary + * Method: getServerPort + * Signature: ()I + */ +JNIEXPORT jint JNICALL Java_com_phidgets_Dictionary_getServerPort + (JNIEnv *, jobject); + +/* + * Class: com_phidgets_Dictionary + * Method: isAttached + * Signature: ()Z + */ +JNIEXPORT jboolean JNICALL Java_com_phidgets_Dictionary_isAttached + (JNIEnv *, jobject); + +/* + * Class: com_phidgets_Dictionary + * Method: isAttachedToServer + * Signature: ()Z + */ +JNIEXPORT jboolean JNICALL Java_com_phidgets_Dictionary_isAttachedToServer + (JNIEnv *, jobject); + +/* + * Class: com_phidgets_Dictionary + * Method: enableServerConnectEvents + * Signature: (Z)V + */ +JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_enableServerConnectEvents + (JNIEnv *, jobject, jboolean); + +/* + * Class: com_phidgets_Dictionary + * Method: enableServerDisconnectEvents + * Signature: (Z)V + */ +JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_enableServerDisconnectEvents + (JNIEnv *, jobject, jboolean); + +#ifdef __cplusplus +} +#endif +#endif -- cgit v1.2.3