AGpsInterface_v1 結構參考資料

AGpsInterface_v1 結構體參考資料

#include < gps_internal.h >

資料欄位

size_t  size
 
void(*  init )( AGpsCallbacks *callbacks)
 
int(*  data_conn_open )(const char *apn)
 
int(*  data_conn_closed )()
 
int(*  data_conn_failed )()
 
int(*  set_server )( AgpsType type, const char *hostname, int port)
 

詳細說明

舊版擴充介面,可支援 AGPS。詳情請參閱 AGpsInterface_v2。

定義位於檔案 gps_internal.h 84 行。

欄位說明文件

int(* data_conn_closed)()

定義位於檔案 gps_internal.h 89 行。

int(* data_conn_failed)()

定義位於檔案 gps_internal.h 90 行。

int(* data_conn_open)(const char *apn)

定義位於檔案 gps_internal.h 88 行。

void(* init)( AGpsCallbacks *callbacks)

定義位於檔案 gps_internal.h 87 行。

int(* set_server)( AgpsType type, const char *hostname, int port)

定義位於檔案 gps_internal.h 91 行。

size_t size

設為 sizeof(AGpsInterface_v1)

定義位於檔案 gps_internal.h 86 行。


這個結構體的說明文件是由下列檔案產生: