Files
upm/build/src/ht9170/javaupm_ht9170JNI.java

28 lines
1011 B
Java

/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (https://www.swig.org).
* Version 4.4.1
*
* Do not make changes to this file unless you know what you are doing - modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
package upm_ht9170;
public class javaupm_ht9170JNI {
public final static native String getVersion();
static {
try {
System.loadLibrary("javaupm_ht9170");
} catch (UnsatisfiedLinkError e) {
System.err.println("Native code library (javaupm_ht9170) failed to load. \n" + e);
System.exit(1);
}
}
public final static native long new_HT9170(int jarg1, int jarg2, int jarg3, int jarg4, int jarg5);
public final static native void delete_HT9170(long jarg1);
public final static native boolean HT9170_digitReady(long jarg1, HT9170 jarg1_);
public final static native char HT9170_decodeDigit(long jarg1, HT9170 jarg1_);
}