GNSS_NI_USER_RESPONSE enumeration (gnssdriver.h)
This enumeration indicates the user’s response to a network initiated (NI) request, which is represented by the GNSS_NI_RESPONSE structure.
Syntax
typedef enum {
GNSS_Ni_UserResponseAccept,
GNSS_Ni_UserResponseDeny,
GNSS_Ni_UserResponseTimeout
} GNSS_NI_USER_RESPONSE;
Constants
GNSS_Ni_UserResponseAccept Indicates that the user accepted the NI request. |
GNSS_Ni_UserResponseDeny Indicates that the user denied the NI request. |
GNSS_Ni_UserResponseTimeout Indicates that the request timed out without a user response. |
Requirements
Requirement | Value |
---|---|
Header | gnssdriver.h |