CTRE Phoenix Pro C++ 23.0.12
Hardware_Jni.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_phoenixpro_hardware_jni_HardwareJNI */
10
11#ifndef _Included_com_ctre_phoenixpro_hardware_jni_HardwareJNI
12#define _Included_com_ctre_phoenixpro_hardware_jni_HardwareJNI
13#ifdef __cplusplus
14extern "C" {
15#endif
16/*
17 * Class: com_ctre_phoenixpro_hardware_jni_HardwareJNI
18 * Method: getDeviceHash
19 * Signature: (IILjava/lang/String;)I
20 */
22 (JNIEnv *, jclass, jint, jint, jstring);
23
24#ifdef __cplusplus
25}
26#endif
27#endif
28
JNIEXPORT jint JNICALL Java_com_ctre_phoenixpro_hardware_jni_HardwareJNI_getDeviceHash(JNIEnv *, jclass, jint, jint, jstring)