16 changed files with 266 additions and 0 deletions
@ -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 |
||||
@ -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 |
||||
@ -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 |
||||
@ -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 |
||||
@ -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 |
||||
@ -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 |
||||
@ -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 |
||||
@ -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 |
||||
@ -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 |
||||
@ -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 |
||||
@ -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 |
||||
@ -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 |
||||
@ -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 |
||||
@ -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 |
||||
@ -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 |
||||
@ -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…
Reference in new issue