Class UnmanagedJNI
java.lang.Object
com.ctre.phoenixpro.unmanaged.jni.UnmanagedJNI
public class UnmanagedJNI extends Object
-
Constructor Summary
Constructors Constructor Description UnmanagedJNI() -
Method Summary
Modifier and Type Method Description static voidJNI_FeedEnable(int timeoutMs)static booleanJNI_GetEnableState()static intJNI_GetPhoenixVersion()static intJNI_IoControl(int ioControlCode, long ioControlParam)static voidJNI_LoadPhoenix()static voidJNI_SetPhoenixDiagnosticsStartTime(double startTimeSeconds)
-
Constructor Details
-
UnmanagedJNI
public UnmanagedJNI()
-
-
Method Details