#include "../stdafx.h"
#include <stdlib.h>
#include "com_phidgets_Dictionary.h"
#include "../cphidgetdictionary.h"
#include "../csocket.h"
#include "phidget_jni.h"
Go to the source code of this file.
void com_phidgets_Dictionary_OnLoad | ( | JNIEnv * | env | ) |
Definition at line 21 of file com_phidgets_Dictionary.c.
Definition at line 311 of file com_phidgets_Dictionary.c.
JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_enableServerConnectEvents | ( | JNIEnv * | env, |
jobject | obj, | ||
jboolean | b | ||
) |
Definition at line 43 of file com_phidgets_Dictionary.c.
JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_enableServerDisconnectEvents | ( | JNIEnv * | env, |
jobject | obj, | ||
jboolean | b | ||
) |
Definition at line 76 of file com_phidgets_Dictionary.c.
JNIEXPORT jstring JNICALL Java_com_phidgets_Dictionary_getServerAddress | ( | JNIEnv * | env, |
jobject | obj | ||
) |
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.
JNIEXPORT jboolean JNICALL Java_com_phidgets_Dictionary_isAttachedToServer | ( | JNIEnv * | env, |
jobject | obj | ||
) |
Definition at line 123 of file com_phidgets_Dictionary.c.
JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_nativeAddKey | ( | JNIEnv * | env, |
jobject | obj, | ||
jstring | key, | ||
jstring | val, | ||
jint | persistent | ||
) |
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 * | env, |
jobject | obj, | ||
jstring | key | ||
) |
Definition at line 285 of file com_phidgets_Dictionary.c.
JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_nativeOpenRemote | ( | JNIEnv * | env, |
jobject | obj, | ||
jstring | serverID, | ||
jstring | pass | ||
) |
Definition at line 181 of file com_phidgets_Dictionary.c.
JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_nativeOpenRemoteIP | ( | JNIEnv * | env, |
jobject | obj, | ||
jstring | ipAddr, | ||
jint | port, | ||
jstring | pass | ||
) |
Definition at line 202 of file com_phidgets_Dictionary.c.
JNIEXPORT void JNICALL Java_com_phidgets_Dictionary_nativeRemoveKey | ( | JNIEnv * | env, |
jobject | obj, | ||
jstring | pattern | ||
) |
Definition at line 267 of file com_phidgets_Dictionary.c.
static int CCONV serverConnect_handler | ( | CPhidgetDictionaryHandle | h, |
void * | arg | ||
) | [static] |
Definition at line 55 of file com_phidgets_Dictionary.c.
static int CCONV serverDisconnect_handler | ( | CPhidgetDictionaryHandle | h, |
void * | arg | ||
) | [static] |
Definition at line 88 of file com_phidgets_Dictionary.c.
jclass dictionary_class [static] |
Definition at line 11 of file com_phidgets_Dictionary.c.
jfieldID dictionary_handle_fid [static] |
Definition at line 13 of file com_phidgets_Dictionary.c.
jmethodID fireServerConnect_mid [static] |
Definition at line 17 of file com_phidgets_Dictionary.c.
jmethodID fireServerDisconnect_mid [static] |
Definition at line 18 of file com_phidgets_Dictionary.c.
jfieldID nativeServerConnectHandler_fid [static] |
Definition at line 14 of file com_phidgets_Dictionary.c.
Definition at line 15 of file com_phidgets_Dictionary.c.