AGpsInterface 結構體參考資料

AGpsInterface 結構體參考資料

#include < gps.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)
 
int(*  data_conn_open_with_apn_ip_type )(const char *apn, ApnIpType apnIpType)
 

詳細說明

延伸介面可支援 AGPS,可用於傳遞額外的 APN 資料。

定義位於檔案 gps.h 921 行。

欄位說明文件

int(* data_conn_closed)()

通知 AGPS 資料連線已關閉。

定義位於檔案 gps.h 939 行。

int(* data_conn_failed)()

通知 AGPS 無法使用資料連線。

定義位於檔案 gps.h 943 行。

int(* data_conn_open)(const char *apn)

已淘汰。如果 HAL 支援 AGpsInterface_v2,這個 API 就不會使用,詳情請參閱 data_conn_open_with_apn_ip_type。

定義位於檔案 gps.h 935 行。

int(* data_conn_open_with_apn_ip_type)(const char *apn, ApnIpType apnIpType)

通知系統可使用資料連線,並設定 APN 名稱和 IP 類型,以便用於 SUPL 連線。

定義位於檔案 gps.h 953 行。

void(* init)( AGpsCallbacks *callbacks)

開啟 AGPS 介面,並為此介面的實作提供回呼例程式。

定義位於檔案 gps.h 929 行。

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

設定 AGPS 伺服器的主機名稱和通訊埠。

定義位於檔案 gps.h 947 行。

size_t size

設為 sizeof(AGpsInterface)

定義位於檔案 gps.h 923 行。


這個結構體的說明文件是由下列檔案產生:
  • hardware/libhardware/include/hardware/ gps.h