GpsNiNotification 结构体参考

GpsNiNotification 结构体参考

#include < gps.h >

数据字段

size_t  尺寸
 
int  notification_id
 
GpsNiType   ni_type
 
GpsNiNotifyFlags   notify_flags
 
int  timeout
 
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  extras [ 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 事件的 NI 类型,例如 GPS_NI_TYPE_VOICE、GPS_NI_TYPE_UMTS_SUPL、...

定义位于文件 gps.h 1040 行。

int notification_id

HAL 生成的 ID,用于关联 NI 通知和界面响应

定义位于文件 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