#include <jni.h>
Go to the source code of this file.
Definition at line 311 of file com_phidgets_Dictionary.c.
JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_enableServerConnectEvents | ( | JNIEnv * | , |
jobject | , | ||
jboolean | |||
) |
Definition at line 43 of file com_phidgets_Dictionary.c.
JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_enableServerDisconnectEvents | ( | JNIEnv * | , |
jobject | , | ||
jboolean | |||
) |
Definition at line 76 of file com_phidgets_Dictionary.c.
Definition at line 152 of file com_phidgets_Dictionary.c.
Definition at line 167 of file com_phidgets_Dictionary.c.
Definition at line 137 of file com_phidgets_Dictionary.c.
Definition at line 109 of file com_phidgets_Dictionary.c.
Definition at line 123 of file com_phidgets_Dictionary.c.
JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_nativeAddKey | ( | JNIEnv * | , |
jobject | , | ||
jstring | , | ||
jstring | , | ||
jint | |||
) |
Definition at line 246 of file com_phidgets_Dictionary.c.
Definition at line 234 of file com_phidgets_Dictionary.c.
Definition at line 222 of file com_phidgets_Dictionary.c.
JNIEXPORT jstring JNICALL Java_com_phidgets_Dictionary_nativeGetKey | ( | JNIEnv * | , |
jobject | , | ||
jstring | |||
) |
Definition at line 285 of file com_phidgets_Dictionary.c.
JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_nativeOpenRemote | ( | JNIEnv * | , |
jobject | , | ||
jstring | , | ||
jstring | |||
) |
Definition at line 181 of file com_phidgets_Dictionary.c.
JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_nativeOpenRemoteIP | ( | JNIEnv * | , |
jobject | , | ||
jstring | , | ||
jint | , | ||
jstring | |||
) |
Definition at line 202 of file com_phidgets_Dictionary.c.
JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_nativeRemoveKey | ( | JNIEnv * | , |
jobject | , | ||
jstring | |||
) |
Definition at line 267 of file com_phidgets_Dictionary.c.