#include "../stdafx.h"
#include <stdlib.h>
#include "com_phidgets_Manager.h"
#include "../cphidgetmanager.h"
#include "../csocket.h"
#include "phidget_jni.h"
Go to the source code of this file.
static int CCONV attach_handler | ( | CPhidgetHandle | h, |
void * | arg | ||
) | [static] |
Definition at line 144 of file com_phidgets_Manager.c.
void com_phidgets_Manager_OnLoad | ( | JNIEnv * | env | ) |
Definition at line 29 of file com_phidgets_Manager.c.
static int CCONV detach_handler | ( | CPhidgetHandle | h, |
void * | arg | ||
) | [static] |
Definition at line 187 of file com_phidgets_Manager.c.
Definition at line 361 of file com_phidgets_Manager.c.
JNIEXPORT void JNICALL Java_com_phidgets_Manager_enableManagerAttachEvents | ( | JNIEnv * | env, |
jobject | obj, | ||
jboolean | b | ||
) |
Definition at line 131 of file com_phidgets_Manager.c.
JNIEXPORT void JNICALL Java_com_phidgets_Manager_enableManagerDetachEvents | ( | JNIEnv * | env, |
jobject | obj, | ||
jboolean | b | ||
) |
Definition at line 175 of file com_phidgets_Manager.c.
JNIEXPORT void JNICALL Java_com_phidgets_Manager_enableServerConnectEvents | ( | JNIEnv * | env, |
jobject | obj, | ||
jboolean | b | ||
) |
Definition at line 218 of file com_phidgets_Manager.c.
JNIEXPORT void JNICALL Java_com_phidgets_Manager_enableServerDisconnectEvents | ( | JNIEnv * | env, |
jobject | obj, | ||
jboolean | b | ||
) |
Definition at line 251 of file com_phidgets_Manager.c.
Definition at line 102 of file com_phidgets_Manager.c.
Definition at line 117 of file com_phidgets_Manager.c.
Definition at line 87 of file com_phidgets_Manager.c.
Definition at line 59 of file com_phidgets_Manager.c.
JNIEXPORT jboolean JNICALL Java_com_phidgets_Manager_isAttachedToServer | ( | JNIEnv * | env, |
jobject | obj | ||
) |
Definition at line 73 of file com_phidgets_Manager.c.
Definition at line 349 of file com_phidgets_Manager.c.
Definition at line 337 of file com_phidgets_Manager.c.
Definition at line 284 of file com_phidgets_Manager.c.
JNIEXPORT void JNICALL Java_com_phidgets_Manager_nativeOpenRemote | ( | JNIEnv * | env, |
jobject | obj, | ||
jstring | serverID, | ||
jstring | pass | ||
) |
Definition at line 296 of file com_phidgets_Manager.c.
JNIEXPORT void JNICALL Java_com_phidgets_Manager_nativeOpenRemoteIP | ( | JNIEnv * | env, |
jobject | obj, | ||
jstring | ipAddr, | ||
jint | port, | ||
jstring | pass | ||
) |
Definition at line 317 of file com_phidgets_Manager.c.
static int CCONV serverConnect_handler | ( | CPhidgetManagerHandle | h, |
void * | arg | ||
) | [static] |
Definition at line 230 of file com_phidgets_Manager.c.
static int CCONV serverDisconnect_handler | ( | CPhidgetManagerHandle | h, |
void * | arg | ||
) | [static] |
Definition at line 263 of file com_phidgets_Manager.c.
jmethodID fireAttach_mid [static] |
Definition at line 23 of file com_phidgets_Manager.c.
jmethodID fireDetach_mid [static] |
Definition at line 24 of file com_phidgets_Manager.c.
jmethodID fireServerConnect_mid [static] |
Definition at line 25 of file com_phidgets_Manager.c.
jmethodID fireServerDisconnect_mid [static] |
Definition at line 26 of file com_phidgets_Manager.c.
jclass manager_class [static] |
Definition at line 15 of file com_phidgets_Manager.c.
jfieldID manager_handle_fid [static] |
Definition at line 17 of file com_phidgets_Manager.c.
Definition at line 15 of file com_phidgets_Phidget.c.
jfieldID nativeAttachHandler_fid [static] |
Definition at line 18 of file com_phidgets_Manager.c.
jfieldID nativeDetachHandler_fid [static] |
Definition at line 19 of file com_phidgets_Manager.c.
jfieldID nativeServerConnectHandler_fid [static] |
Definition at line 20 of file com_phidgets_Manager.c.
Definition at line 21 of file com_phidgets_Manager.c.