| 
    Gammu API
    1.38.0
    
   | 
 
Data Structures | |
| struct | GSM_USSDMessage | 
Enumerations | |
| enum | GSM_USSDStatus {  USSD_Unknown = 1, USSD_NoActionNeeded, USSD_ActionNeeded, USSD_Terminated, USSD_AnotherClient, USSD_NotSupported, USSD_Timeout }  | 
Functions | |
| GSM_Error | GSM_SetIncomingUSSD (GSM_StateMachine *s, gboolean enable) | 
USSD messages manipulations.
| enum GSM_USSDStatus | 
Status of USSD message.
Definition at line 130 of file gammu-message.h.
| GSM_Error GSM_SetIncomingUSSD | ( | GSM_StateMachine * | s, | 
| gboolean | enable | ||
| ) | 
Activates/deactivates noticing about incoming USSDs (UnStructured Supplementary Services).
| s | State machine pointer. | |
| [in] | enable | Whether to enable notifications. |