LcConfigC - define the class … More...
Functions | |
static native LcConfigC | jvlcconfig.LcConfigC.HandleResolve (int netHdl) |
Java: → C-API Handle-Resolve-Slot - return a LcConfigC from netHdl or null if invalid… | |
native LcConfigC | jvlcconfig.LcConfigC.Next () |
Java: → C-API get next instance from linked-list of LcConfigS type | |
native LcConfigC | jvlcconfig.LcConfigC.Prev () |
Java: → C-API get previous instance from linked-list of LcConfigS type | |
static native LcConfigC | jvlcconfig.LcConfigC.Instances () |
Java: → C-API get head-instance from linked-list of LcConfigS type … | |
static native LcConfigC | jvlcconfig.LcConfigC.GetNull () |
Java: → C-API Null-Slot - return a LcConfigC typed NULL instance … | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcConfigC_HandleResolve (JNIEnv *env, jclass class, jint netHdl) |
Java: → C-API Handle-Resolve-Slot - return a LcConfigC from netHdl or null if invalid… | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcConfigC_Next (JNIEnv *env, jobject self) |
Java: → C-API get next instance from linked-list of LcConfigS type | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcConfigC_Prev (JNIEnv *env, jobject self) |
Java: → C-API get previous instance from linked-list of LcConfigS type | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcConfigC_Instances (JNIEnv *env, jclass class) |
Java: → C-API get head-instance from linked-list of LcConfigS type … | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcConfigC_GetNull (JNIEnv *env, jclass class) |
Java: → C-API Null-Slot - return a LcConfigC typed NULL instance … | |
LcConfigC - define the class …
|
static |
Java:
→ C-API [static] LcConfigC LcConfigC.GetNull()
Null-Slot - return a LcConfigC typed NULL
instance …
|
static |
Java:
→ C-API [static] LcConfigC LcConfigC.HandleResolve(int netHdl)
Handle-Resolve-Slot - return a LcConfigC from netHdl or null if invalid…
|
static |
Java:
→ C-API [static] LcConfigC LcConfigC.Instances()
get head-instance from linked-list of LcConfigS type …
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcConfigC_GetNull | ( | JNIEnv * | env, |
jclass | class ) |
Java:
→ C-API [static] LcConfigC LcConfigC.GetNull()
Null-Slot - return a LcConfigC typed NULL
instance …
Definition at line 113 of file LcConfigC_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcConfigC_HandleResolve | ( | JNIEnv * | env, |
jclass | class, | ||
jint | netHdl ) |
Java:
→ C-API [static] LcConfigC LcConfigC.HandleResolve(int netHdl)
Handle-Resolve-Slot - return a LcConfigC from netHdl or null if invalid…
Definition at line 49 of file LcConfigC_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcConfigC_Instances | ( | JNIEnv * | env, |
jclass | class ) |
Java:
→ C-API [static] LcConfigC LcConfigC.Instances()
get head-instance from linked-list of LcConfigS type …
Definition at line 96 of file LcConfigC_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcConfigC_Next | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API LcConfigC cfg.Next()
get next instance from linked-list of LcConfigS type
Definition at line 70 of file LcConfigC_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcConfigC_Prev | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API LcConfigC cfg.Prev()
get previous instance from linked-list of LcConfigS type
Definition at line 82 of file LcConfigC_jv.c.
native LcConfigC jvlcconfig.LcConfigC.Next | ( | ) |
Java:
→ C-API LcConfigC cfg.Next()
get next instance from linked-list of LcConfigS type
native LcConfigC jvlcconfig.LcConfigC.Prev | ( | ) |
Java:
→ C-API LcConfigC cfg.Prev()
get previous instance from linked-list of LcConfigS type