Represents an NI request. More...
Data Fields | |
GpsUserResponseType | default_response |
Default response when time out. More... | |
char | extras [GPS_NI_LONG_STRING_MAXLEN] |
A pointer to extra data. More... | |
GpsNiType | ni_type |
An NI type used to distinguish different categories of NI events, such as GPS_NI_TYPE_VOICE, GPS_NI_TYPE_UMTS_SUPL, ... More... | |
int | notification_id |
An ID generated by HAL to associate NI notifications and UI responses. More... | |
GpsNiNotifyFlags | notify_flags |
Notification/verification options, combinations of GpsNiNotifyFlags constants. More... | |
char | requestor_id [GPS_NI_SHORT_STRING_MAXLEN] |
Requestor ID. More... | |
GpsNiEncodingType | requestor_id_encoding |
Client name decoding scheme. More... | |
size_t | size |
set to sizeof(GpsNiNotification) More... | |
char | text [GPS_NI_LONG_STRING_MAXLEN] |
Notification message. More... | |
GpsNiEncodingType | text_encoding |
Client name decoding scheme. More... | |
int | timeout |
Timeout period to wait for user response. More... | |
GpsUserResponseType GpsNiNotification::default_response |
char GpsNiNotification::extras[GPS_NI_LONG_STRING_MAXLEN] |
GpsNiType GpsNiNotification::ni_type |
int GpsNiNotification::notification_id |
GpsNiNotifyFlags GpsNiNotification::notify_flags |
char GpsNiNotification::requestor_id[GPS_NI_SHORT_STRING_MAXLEN] |
GpsNiEncodingType GpsNiNotification::requestor_id_encoding |
size_t GpsNiNotification::size |
char GpsNiNotification::text[GPS_NI_LONG_STRING_MAXLEN] |
GpsNiEncodingType GpsNiNotification::text_encoding |