| Top |  |  |  |  | 
| QmiClientSscQmiClientSsc — QmiClient for the SSC service. | 
struct QmiClientSsc;
The QmiClientSsc structure contains private data and should only be accessed using the provided API.
Since: 1.34
“report-large” signalvoid user_function (QmiClientSsc *object, QmiIndicationSscReportLargeOutput *output, gpointer user_data)
The ::report-large signal gets emitted when a 'Report Large' indication is received.
| object | A QmiClientSsc. | |
| output | ||
| user_data | user data set when the signal handler was connected. | 
Flags: Run Last
Since: 1.34
“report-small” signalvoid user_function (QmiClientSsc *object, QmiIndicationSscReportSmallOutput *output, gpointer user_data)
The ::report-small signal gets emitted when a 'Report Small' indication is received.
| object | A QmiClientSsc. | |
| output | ||
| user_data | user data set when the signal handler was connected. | 
Flags: Run Last
Since: 1.34