QmiClientSsc

QmiClientSsc — QmiClient for the SSC service.

Signals

Types and Values

struct QmiClientSsc

Object Hierarchy

    GObject
    ╰── QmiClient
        ╰── QmiClientSsc

Description

QmiClient which handles operations in the SSC service.

Functions

Types and Values

struct QmiClientSsc

struct QmiClientSsc;

The QmiClientSsc structure contains private data and should only be accessed using the provided API.

Since: 1.34

Signal Details

The “report-large” signal

void
user_function (QmiClientSsc                      *object,
               QmiIndicationSscReportLargeOutput *output,
               gpointer                           user_data)

The ::report-large signal gets emitted when a 'Report Large' indication is received.

Parameters

object

A QmiClientSsc.

 

output

A QmiIndicationSscReportLargeOutput.

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last

Since: 1.34


The “report-small” signal

void
user_function (QmiClientSsc                      *object,
               QmiIndicationSscReportSmallOutput *output,
               gpointer                           user_data)

The ::report-small signal gets emitted when a 'Report Small' indication is received.

Parameters

object

A QmiClientSsc.

 

output

A QmiIndicationSscReportSmallOutput.

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last

Since: 1.34