org_placelab_spotter_wifispotter.h

来自「这是一款基于PlaceLab软件开发的导航系统中间件的客户端程序.」· C头文件 代码 · 共 41 行

H
41
字号
/* DO NOT EDIT THIS FILE - it is machine generated */#include <jni.h>/* Header for class org_placelab_spotter_WiFiSpotter */#ifndef _Included_org_placelab_spotter_WiFiSpotter#define _Included_org_placelab_spotter_WiFiSpotter#ifdef __cplusplusextern "C" {#endif/* Inaccessible static: spotterAvailable *//* Inaccessible static: spotterInitialized *//* Inaccessible static: numInitialized *//* * Class:     org_placelab_spotter_WiFiSpotter * Method:    spotter_init * Signature: ()Z */JNIEXPORT jboolean JNICALL Java_org_placelab_spotter_WiFiSpotter_spotter_1init  (JNIEnv *, jobject);/* * Class:     org_placelab_spotter_WiFiSpotter * Method:    spotter_shutdown * Signature: ()V */JNIEXPORT void JNICALL Java_org_placelab_spotter_WiFiSpotter_spotter_1shutdown  (JNIEnv *, jobject);/* * Class:     org_placelab_spotter_WiFiSpotter * Method:    spotter_poll * Signature: ()[Ljava/lang/String; */JNIEXPORT jobjectArray JNICALL Java_org_placelab_spotter_WiFiSpotter_spotter_1poll  (JNIEnv *, jobject);#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?