LcConfigC - dealing with a native-error … More...
Functions | |
native LcErrorTypeE | jvlcconfig.LcConfigC.ErrorType () |
Java: → C-API This function, which is implemented as a macro, returns the type of error that occurred during the last call to one of the read or write functions … | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcConfigC_ErrorType (JNIEnv *env, jobject self) |
Java: → C-API This function, which is implemented as a macro, returns the type of error that occurred during the last call to one of the read or write functions … | |
LcConfigC - dealing with a native-error …
native LcErrorTypeE jvlcconfig.LcConfigC.ErrorType | ( | ) |
Java:
→ C-API LcErrorTypeE config.ErrorType()
This function, which is implemented as a macro, returns the type of error that occurred during the last call to one of the read or write functions …
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcConfigC_ErrorType | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API LcErrorTypeE config.ErrorType()
This function, which is implemented as a macro, returns the type of error that occurred during the last call to one of the read or write functions …
Definition at line 130 of file LcConfigC_jv.c.