CTRE Phoenix 6 C++ 24.3.0
CANBusJni.hpp
Go to the documentation of this file.
1/*
2 * Copyright (C) Cross The Road Electronics.  All rights reserved.
3 * License information can be found in CTRE_LICENSE.txt
4 * For support and suggestions contact support@ctr-electronics.com or file
5 * an issue tracker at https://github.com/CrossTheRoadElec/Phoenix-Releases
6 */
7/* DO NOT EDIT THIS FILE - it is machine generated */
8#include <jni.h>
9/* Header for class com_ctre_phoenix6_jni_CANBusJNI */
10
11#ifndef _Included_com_ctre_phoenix6_jni_CANBusJNI
12#define _Included_com_ctre_phoenix6_jni_CANBusJNI
13#ifdef __cplusplus
14extern "C" {
15#endif
16/*
17 * Class: com_ctre_phoenix6_jni_CANBusJNI
18 * Method: JNI_IsNetworkFD
19 * Signature: (Ljava/lang/String;)Z
20 */
22 (JNIEnv *, jclass, jstring);
23
24/*
25 * Class: com_ctre_phoenix6_jni_CANBusJNI
26 * Method: JNI_GetStatus
27 * Signature: (Ljava/lang/String;)I
28 */
30 (JNIEnv *, jobject, jstring);
31
32#ifdef __cplusplus
33}
34#endif
35#endif
36
JNIEXPORT jint JNICALL Java_com_ctre_phoenix6_jni_CANBusJNI_JNI_1GetStatus(JNIEnv *, jobject, jstring)
JNIEXPORT jboolean JNICALL Java_com_ctre_phoenix6_jni_CANBusJNI_JNI_1IsNetworkFD(JNIEnv *, jclass, jstring)