com_phidgets_Dictionary.h
Go to the documentation of this file.
00001 /* DO NOT EDIT THIS FILE - it is machine generated */
00002 #include <jni.h>
00003 /* Header for class com_phidgets_Dictionary */
00004 
00005 #ifndef _Included_com_phidgets_Dictionary
00006 #define _Included_com_phidgets_Dictionary
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010 /*
00011  * Class:     com_phidgets_Dictionary
00012  * Method:    create
00013  * Signature: ()J
00014  */
00015 JNIEXPORT jlong JNICALL Java_com_phidgets_Dictionary_create
00016   (JNIEnv *, jobject);
00017 
00018 /*
00019  * Class:     com_phidgets_Dictionary
00020  * Method:    nativeClose
00021  * Signature: ()V
00022  */
00023 JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_nativeClose
00024   (JNIEnv *, jobject);
00025 
00026 /*
00027  * Class:     com_phidgets_Dictionary
00028  * Method:    nativeDelete
00029  * Signature: ()V
00030  */
00031 JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_nativeDelete
00032   (JNIEnv *, jobject);
00033 
00034 /*
00035  * Class:     com_phidgets_Dictionary
00036  * Method:    nativeOpenRemote
00037  * Signature: (Ljava/lang/String;Ljava/lang/String;)V
00038  */
00039 JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_nativeOpenRemote
00040   (JNIEnv *, jobject, jstring, jstring);
00041 
00042 /*
00043  * Class:     com_phidgets_Dictionary
00044  * Method:    nativeOpenRemoteIP
00045  * Signature: (Ljava/lang/String;ILjava/lang/String;)V
00046  */
00047 JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_nativeOpenRemoteIP
00048   (JNIEnv *, jobject, jstring, jint, jstring);
00049 
00050 /*
00051  * Class:     com_phidgets_Dictionary
00052  * Method:    nativeAddKey
00053  * Signature: (Ljava/lang/String;Ljava/lang/String;I)V
00054  */
00055 JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_nativeAddKey
00056   (JNIEnv *, jobject, jstring, jstring, jint);
00057 
00058 /*
00059  * Class:     com_phidgets_Dictionary
00060  * Method:    nativeRemoveKey
00061  * Signature: (Ljava/lang/String;)V
00062  */
00063 JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_nativeRemoveKey
00064   (JNIEnv *, jobject, jstring);
00065 
00066 /*
00067  * Class:     com_phidgets_Dictionary
00068  * Method:    nativeGetKey
00069  * Signature: (Ljava/lang/String;)Ljava/lang/String;
00070  */
00071 JNIEXPORT jstring JNICALL Java_com_phidgets_Dictionary_nativeGetKey
00072   (JNIEnv *, jobject, jstring);
00073 
00074 /*
00075  * Class:     com_phidgets_Dictionary
00076  * Method:    getServerAddress
00077  * Signature: ()Ljava/lang/String;
00078  */
00079 JNIEXPORT jstring JNICALL Java_com_phidgets_Dictionary_getServerAddress
00080   (JNIEnv *, jobject);
00081 
00082 /*
00083  * Class:     com_phidgets_Dictionary
00084  * Method:    getServerID
00085  * Signature: ()Ljava/lang/String;
00086  */
00087 JNIEXPORT jstring JNICALL Java_com_phidgets_Dictionary_getServerID
00088   (JNIEnv *, jobject);
00089 
00090 /*
00091  * Class:     com_phidgets_Dictionary
00092  * Method:    getServerPort
00093  * Signature: ()I
00094  */
00095 JNIEXPORT jint JNICALL Java_com_phidgets_Dictionary_getServerPort
00096   (JNIEnv *, jobject);
00097 
00098 /*
00099  * Class:     com_phidgets_Dictionary
00100  * Method:    isAttached
00101  * Signature: ()Z
00102  */
00103 JNIEXPORT jboolean JNICALL Java_com_phidgets_Dictionary_isAttached
00104   (JNIEnv *, jobject);
00105 
00106 /*
00107  * Class:     com_phidgets_Dictionary
00108  * Method:    isAttachedToServer
00109  * Signature: ()Z
00110  */
00111 JNIEXPORT jboolean JNICALL Java_com_phidgets_Dictionary_isAttachedToServer
00112   (JNIEnv *, jobject);
00113 
00114 /*
00115  * Class:     com_phidgets_Dictionary
00116  * Method:    enableServerConnectEvents
00117  * Signature: (Z)V
00118  */
00119 JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_enableServerConnectEvents
00120   (JNIEnv *, jobject, jboolean);
00121 
00122 /*
00123  * Class:     com_phidgets_Dictionary
00124  * Method:    enableServerDisconnectEvents
00125  * Signature: (Z)V
00126  */
00127 JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_enableServerDisconnectEvents
00128   (JNIEnv *, jobject, jboolean);
00129 
00130 #ifdef __cplusplus
00131 }
00132 #endif
00133 #endif


pedal_monitor
Author(s): Pedro Mendes
autogenerated on Fri Jun 6 2014 18:37:20