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 行 の定義。


この構造体のドキュメントは、次のファイルから生成されました。