api,enums: new enum for the USSD session state
This commit is contained in:
@@ -468,4 +468,18 @@ typedef enum { /*< underscore_name=mm_modem_3gpp_network_availability >*/
|
|||||||
MM_MODEM_3GPP_NETWORK_AVAILABILITY_FORBIDDEN = 3,
|
MM_MODEM_3GPP_NETWORK_AVAILABILITY_FORBIDDEN = 3,
|
||||||
} MMModem3gppNetworkAvailability;
|
} MMModem3gppNetworkAvailability;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* MMModem3gppUssdSessionState:
|
||||||
|
* @MM_MODEM_3GPP_USSD_SESSION_STATE_IDLE: No active session.
|
||||||
|
* @MM_MODEM_3GPP_USSD_SESSION_STATE_ACTIVE: A session is active and the mobile is waiting for a response.
|
||||||
|
* @MM_MODEM_3GPP_USSD_SESSION_STATE_USER_RESPONSE: The network is waiting for the client's response.
|
||||||
|
*
|
||||||
|
* State of a USSD session.
|
||||||
|
*/
|
||||||
|
typedef enum { /*< underscore_name=mm_modem_3gpp_ussd_session_state >*/
|
||||||
|
MM_MODEM_3GPP_USSD_SESSION_STATE_IDLE = 0,
|
||||||
|
MM_MODEM_3GPP_USSD_SESSION_STATE_ACTIVE = 1,
|
||||||
|
MM_MODEM_3GPP_USSD_SESSION_STATE_USER_RESPONSE = 2,
|
||||||
|
} MMModem3gppUssdSessionState;
|
||||||
|
|
||||||
#endif /* _MODEMMANAGER_ENUMS_H_ */
|
#endif /* _MODEMMANAGER_ENUMS_H_ */
|
||||||
|
Reference in New Issue
Block a user