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)

データ接続が利用可能であることを通知し、SUPL 接続に使用する APN の名前と IP タイプを設定します。

ファイル 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