aboutsummaryrefslogtreecommitdiffstats
path: root/Java/com_phidgets_Dictionary.h
blob: 82bc3c5ed214073b42949b77fd4618bfa4799b30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* 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