GpsNiNotification 結構體參考資料

GpsNiNotification 結構體參考資料

#include < gps.h >

資料欄位

size_t  size
 
int  notification_id
 
GpsNiType   ni_type
 
GpsNiNotifyFlags   notify_flags
 
int  逾時
 
GpsUserResponseType   default_response
 
char requestor_id [ GPS_NI_SHORT_STRING_MAXLEN ]
 
char text [ GPS_NI_LONG_STRING_MAXLEN ]
 
GpsNiEncodingType   requestor_id_encoding
 
GpsNiEncodingType   text_encoding
 
char 額外資訊 [ GPS_NI_LONG_STRING_MAXLEN ]
 

詳細說明

代表 NI 要求

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

欄位說明文件

GpsUserResponseType default_response

逾時時的預設回應。

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

額外資料的指標。格式:key_1 = value_1 key_2 = value_2

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

GpsNiType ni_type

用於區分不同類別的 NI 事件 (例如 GPS_NI_TYPE_VOICE、GPS_NI_TYPE_UMTS_SUPL 等) 的 NI 類型。

定義位於檔案 gps.h 1040 行

int notification_id

HAL 產生的 ID,用於將 NI 通知和 UI 回應建立關聯

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

GpsNiNotifyFlags notify_flags

通知/驗證選項,以及 GpsNiNotifyFlags 常數的組合

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

char requestor_id[ GPS_NI_SHORT_STRING_MAXLEN ]

要求者 ID

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

GpsNiEncodingType requestor_id_encoding

用戶端名稱解碼配置

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

size_t size

設為 sizeof(GpsNiNotification)

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

通知訊息。在某些情況下,也可以用來儲存 client_id

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

GpsNiEncodingType text_encoding

用戶端名稱解碼方案

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

int timeout

等候使用者回應的逾時期限。設為 0 可取消時間到期限制。

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


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