Package com.ctre.phoenixpro.jni
Class ErrorReportingJNI
java.lang.Object
com.ctre.phoenixpro.jni.ErrorReportingJNI
public class ErrorReportingJNI extends Object
-
Constructor Summary
Constructors Constructor Description ErrorReportingJNI()
-
Method Summary
Modifier and Type Method Description static void
reportStatusCode(int errorCode, String location)
Report error to driver station
-
Constructor Details
-
ErrorReportingJNI
public ErrorReportingJNI()
-
-
Method Details
-
reportStatusCode
Report error to driver station- Parameters:
errorCode
- Value of the errorlocation
- Where the StatusCode was generated
-