SSC enumerations and flags

SSC enumerations and flags — Enumerations and flags in the SSC service.

Functions

Types and Values

Object Hierarchy

    GEnum
    ╰── QmiSscReportType

Description

This section defines enumerations and flags used in the SSC service interface.

Functions

qmi_ssc_report_type_get_string ()

const gchar *
qmi_ssc_report_type_get_string (QmiSscReportType val);

Gets the nickname string for the QmiSscReportType specified at val .

Parameters

val

a QmiSscReportType.

 

Returns

a string with the nickname, or NULL if not found. Do not free the returned value.

[transfer none]

Since: 1.34

Types and Values

enum QmiSscReportType

SSC service report types.

Members

QMI_SSC_REPORT_TYPE_SMALL

Small size report.

 

QMI_SSC_REPORT_TYPE_LARGE

Large size report.

 

Since: 1.34