mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-18 08:00:06 +00:00
Generated header files for JNI
Signed-off-by: Grant Limberg <glimberg@gmail.com>
This commit is contained in:
parent
ec3a1c87d1
commit
99a1a4e65b
13
java/jni/com_zerotierone_sdk_DataStoreGetListener.h
Normal file
13
java/jni/com_zerotierone_sdk_DataStoreGetListener.h
Normal file
@ -0,0 +1,13 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class com_zerotierone_sdk_DataStoreGetListener */
|
||||
|
||||
#ifndef _Included_com_zerotierone_sdk_DataStoreGetListener
|
||||
#define _Included_com_zerotierone_sdk_DataStoreGetListener
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
13
java/jni/com_zerotierone_sdk_DataStorePutListener.h
Normal file
13
java/jni/com_zerotierone_sdk_DataStorePutListener.h
Normal file
@ -0,0 +1,13 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class com_zerotierone_sdk_DataStorePutListener */
|
||||
|
||||
#ifndef _Included_com_zerotierone_sdk_DataStorePutListener
|
||||
#define _Included_com_zerotierone_sdk_DataStorePutListener
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
13
java/jni/com_zerotierone_sdk_Event.h
Normal file
13
java/jni/com_zerotierone_sdk_Event.h
Normal file
@ -0,0 +1,13 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class com_zerotierone_sdk_Event */
|
||||
|
||||
#ifndef _Included_com_zerotierone_sdk_Event
|
||||
#define _Included_com_zerotierone_sdk_Event
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
13
java/jni/com_zerotierone_sdk_EventListener.h
Normal file
13
java/jni/com_zerotierone_sdk_EventListener.h
Normal file
@ -0,0 +1,13 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class com_zerotierone_sdk_EventListener */
|
||||
|
||||
#ifndef _Included_com_zerotierone_sdk_EventListener
|
||||
#define _Included_com_zerotierone_sdk_EventListener
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
13
java/jni/com_zerotierone_sdk_MulticastGroup.h
Normal file
13
java/jni/com_zerotierone_sdk_MulticastGroup.h
Normal file
@ -0,0 +1,13 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class com_zerotierone_sdk_MulticastGroup */
|
||||
|
||||
#ifndef _Included_com_zerotierone_sdk_MulticastGroup
|
||||
#define _Included_com_zerotierone_sdk_MulticastGroup
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
69
java/jni/com_zerotierone_sdk_Node.h
Normal file
69
java/jni/com_zerotierone_sdk_Node.h
Normal file
@ -0,0 +1,69 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class com_zerotierone_sdk_Node */
|
||||
|
||||
#ifndef _Included_com_zerotierone_sdk_Node
|
||||
#define _Included_com_zerotierone_sdk_Node
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/*
|
||||
* Class: com_zerotierone_sdk_Node
|
||||
* Method: processVirtualNetworkFrame
|
||||
* Signature: (JJJJIILjava/nio/ByteBuffer;ILjava/lang/Long;)Lcom/zerotierone/sdk/ResultCode;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_com_zerotierone_sdk_Node_processVirtualNetworkFrame
|
||||
(JNIEnv *, jobject, jlong, jlong, jlong, jlong, jint, jint, jobject, jint, jobject);
|
||||
|
||||
/*
|
||||
* Class: com_zerotierone_sdk_Node
|
||||
* Method: processBackgroundTasks
|
||||
* Signature: (JLjava/lang/Long;)Lcom/zerotierone/sdk/ResultCode;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_com_zerotierone_sdk_Node_processBackgroundTasks
|
||||
(JNIEnv *, jobject, jlong, jobject);
|
||||
|
||||
/*
|
||||
* Class: com_zerotierone_sdk_Node
|
||||
* Method: join
|
||||
* Signature: (J)Lcom/zerotierone/sdk/ResultCode;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_com_zerotierone_sdk_Node_join
|
||||
(JNIEnv *, jobject, jlong);
|
||||
|
||||
/*
|
||||
* Class: com_zerotierone_sdk_Node
|
||||
* Method: leave
|
||||
* Signature: (J)Lcom/zerotierone/sdk/ResultCode;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_com_zerotierone_sdk_Node_leave
|
||||
(JNIEnv *, jobject, jlong);
|
||||
|
||||
/*
|
||||
* Class: com_zerotierone_sdk_Node
|
||||
* Method: multicastSubscribe
|
||||
* Signature: (JJJ)Lcom/zerotierone/sdk/ResultCode;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_com_zerotierone_sdk_Node_multicastSubscribe
|
||||
(JNIEnv *, jobject, jlong, jlong, jlong);
|
||||
|
||||
/*
|
||||
* Class: com_zerotierone_sdk_Node
|
||||
* Method: multicastUnsubscribe
|
||||
* Signature: (JJJ)Lcom/zerotierone/sdk/ResultCode;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_com_zerotierone_sdk_Node_multicastUnsubscribe
|
||||
(JNIEnv *, jobject, jlong, jlong, jlong);
|
||||
|
||||
/*
|
||||
* Class: com_zerotierone_sdk_Node
|
||||
* Method: address
|
||||
* Signature: ()J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_com_zerotierone_sdk_Node_address
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
13
java/jni/com_zerotierone_sdk_NodeStatus.h
Normal file
13
java/jni/com_zerotierone_sdk_NodeStatus.h
Normal file
@ -0,0 +1,13 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class com_zerotierone_sdk_NodeStatus */
|
||||
|
||||
#ifndef _Included_com_zerotierone_sdk_NodeStatus
|
||||
#define _Included_com_zerotierone_sdk_NodeStatus
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
13
java/jni/com_zerotierone_sdk_PacketSender.h
Normal file
13
java/jni/com_zerotierone_sdk_PacketSender.h
Normal file
@ -0,0 +1,13 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class com_zerotierone_sdk_PacketSender */
|
||||
|
||||
#ifndef _Included_com_zerotierone_sdk_PacketSender
|
||||
#define _Included_com_zerotierone_sdk_PacketSender
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
13
java/jni/com_zerotierone_sdk_ResultCode.h
Normal file
13
java/jni/com_zerotierone_sdk_ResultCode.h
Normal file
@ -0,0 +1,13 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class com_zerotierone_sdk_ResultCode */
|
||||
|
||||
#ifndef _Included_com_zerotierone_sdk_ResultCode
|
||||
#define _Included_com_zerotierone_sdk_ResultCode
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
13
java/jni/com_zerotierone_sdk_Version.h
Normal file
13
java/jni/com_zerotierone_sdk_Version.h
Normal file
@ -0,0 +1,13 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class com_zerotierone_sdk_Version */
|
||||
|
||||
#ifndef _Included_com_zerotierone_sdk_Version
|
||||
#define _Included_com_zerotierone_sdk_Version
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
15
java/jni/com_zerotierone_sdk_VirtualNetworkConfig.h
Normal file
15
java/jni/com_zerotierone_sdk_VirtualNetworkConfig.h
Normal file
@ -0,0 +1,15 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class com_zerotierone_sdk_VirtualNetworkConfig */
|
||||
|
||||
#ifndef _Included_com_zerotierone_sdk_VirtualNetworkConfig
|
||||
#define _Included_com_zerotierone_sdk_VirtualNetworkConfig
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#undef com_zerotierone_sdk_VirtualNetworkConfig_MAX_MULTICAST_SUBSCRIPTIONS
|
||||
#define com_zerotierone_sdk_VirtualNetworkConfig_MAX_MULTICAST_SUBSCRIPTIONS 4096L
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
13
java/jni/com_zerotierone_sdk_VirtualNetworkConfigListener.h
Normal file
13
java/jni/com_zerotierone_sdk_VirtualNetworkConfigListener.h
Normal file
@ -0,0 +1,13 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class com_zerotierone_sdk_VirtualNetworkConfigListener */
|
||||
|
||||
#ifndef _Included_com_zerotierone_sdk_VirtualNetworkConfigListener
|
||||
#define _Included_com_zerotierone_sdk_VirtualNetworkConfigListener
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
13
java/jni/com_zerotierone_sdk_VirtualNetworkConfigOperation.h
Normal file
13
java/jni/com_zerotierone_sdk_VirtualNetworkConfigOperation.h
Normal file
@ -0,0 +1,13 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class com_zerotierone_sdk_VirtualNetworkConfigOperation */
|
||||
|
||||
#ifndef _Included_com_zerotierone_sdk_VirtualNetworkConfigOperation
|
||||
#define _Included_com_zerotierone_sdk_VirtualNetworkConfigOperation
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
13
java/jni/com_zerotierone_sdk_VirtualNetworkFrameListener.h
Normal file
13
java/jni/com_zerotierone_sdk_VirtualNetworkFrameListener.h
Normal file
@ -0,0 +1,13 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class com_zerotierone_sdk_VirtualNetworkFrameListener */
|
||||
|
||||
#ifndef _Included_com_zerotierone_sdk_VirtualNetworkFrameListener
|
||||
#define _Included_com_zerotierone_sdk_VirtualNetworkFrameListener
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
13
java/jni/com_zerotierone_sdk_VirtualNetworkStatus.h
Normal file
13
java/jni/com_zerotierone_sdk_VirtualNetworkStatus.h
Normal file
@ -0,0 +1,13 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class com_zerotierone_sdk_VirtualNetworkStatus */
|
||||
|
||||
#ifndef _Included_com_zerotierone_sdk_VirtualNetworkStatus
|
||||
#define _Included_com_zerotierone_sdk_VirtualNetworkStatus
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
13
java/jni/com_zerotierone_sdk_VirtualNetworkType.h
Normal file
13
java/jni/com_zerotierone_sdk_VirtualNetworkType.h
Normal file
@ -0,0 +1,13 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class com_zerotierone_sdk_VirtualNetworkType */
|
||||
|
||||
#ifndef _Included_com_zerotierone_sdk_VirtualNetworkType
|
||||
#define _Included_com_zerotierone_sdk_VirtualNetworkType
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user