Qmi.ClientSsc¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Name |
Short Description |
|---|---|
The |
|
The |
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
||
priv_unused |
r |
Class Details¶
- class Qmi.ClientSsc(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
Qmi.ClientSscstructure contains private data and should only be accessed using the provided API.New in version 1.34.
- control(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageSscControlInput) – aQmi.MessageSscControlInput.timeout (
int) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.CancellableorNone) – aGio.CancellableorNone.callback (
Gio.AsyncReadyCallbackorNone) – aGio.AsyncReadyCallbackto call when the request is satisfied.
Asynchronously sends a Control request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientSsc.control_finish() to get the result of the operation.New in version 1.34.
- control_finish(res)¶
- Parameters:
res (
Gio.AsyncResult) – theGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toQmi.ClientSsc.control().- Raises:
- Returns:
a
Qmi.MessageSscControlOutput, orNoneif error is set. The returned value should be freed withQmi.MessageSscControlOutput.unref().- Return type:
Finishes an async operation started with
Qmi.ClientSsc.control().New in version 1.34.
Signal Details¶
- Qmi.ClientSsc.signals.report_large(client_ssc, output)¶
- Signal Name:
report-large- Flags:
- Parameters:
client_ssc (
Qmi.ClientSsc) – The object which received the signaloutput (
Qmi.IndicationSscReportLargeOutput) – AQmi.IndicationSscReportLargeOutput.
The
::report-largesignal gets emitted when a ‘’Report Large [libqmi-glib-SSC-Report-Large-indication.top_of_page]’’ indication is received.New in version 1.34.
- Qmi.ClientSsc.signals.report_small(client_ssc, output)¶
- Signal Name:
report-small- Flags:
- Parameters:
client_ssc (
Qmi.ClientSsc) – The object which received the signaloutput (
Qmi.IndicationSscReportSmallOutput) – AQmi.IndicationSscReportSmallOutput.
The
::report-smallsignal gets emitted when a ‘’Report Small [libqmi-glib-SSC-Report-Small-indication.top_of_page]’’ indication is received.New in version 1.34.