Qmi.ClientImsa¶
- 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.ClientImsa(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
Qmi.ClientImsastructure contains private data and should only be accessed using the provided API.New in version 1.34.
- bind(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageImsaBindInput) – aQmi.MessageImsaBindInput.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 Bind 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.ClientImsa.bind_finish() to get the result of the operation.New in version 1.36.
- bind_finish(res)¶
- Parameters:
res (
Gio.AsyncResult) – theGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toQmi.ClientImsa.bind().- Raises:
- Returns:
a
Qmi.MessageImsaBindOutput, orNoneif error is set. The returned value should be freed withQmi.MessageImsaBindOutput.unref().- Return type:
Finishes an async operation started with
Qmi.ClientImsa.bind().New in version 1.36.
- get_ims_registration_status(unused, timeout, cancellable, callback, *user_data)¶
- Parameters:
unused (
objectorNone) –None. This message doesn’t have any input bundle.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 Get IMS Registration Status 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.ClientImsa.get_ims_registration_status_finish() to get the result of the operation.New in version 1.34.
- get_ims_registration_status_finish(res)¶
- Parameters:
res (
Gio.AsyncResult) – theGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toQmi.ClientImsa.get_ims_registration_status().- Raises:
- Returns:
a
Qmi.MessageImsaGetImsRegistrationStatusOutput, orNoneif error is set. The returned value should be freed withQmi.MessageImsaGetImsRegistrationStatusOutput.unref().- Return type:
Finishes an async operation started with
Qmi.ClientImsa.get_ims_registration_status().New in version 1.34.
- get_ims_services_status(unused, timeout, cancellable, callback, *user_data)¶
- Parameters:
unused (
objectorNone) –None. This message doesn’t have any input bundle.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 Get IMS Services Status 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.ClientImsa.get_ims_services_status_finish() to get the result of the operation.New in version 1.34.
- get_ims_services_status_finish(res)¶
- Parameters:
res (
Gio.AsyncResult) – theGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toQmi.ClientImsa.get_ims_services_status().- Raises:
- Returns:
a
Qmi.MessageImsaGetImsServicesStatusOutput, orNoneif error is set. The returned value should be freed withQmi.MessageImsaGetImsServicesStatusOutput.unref().- Return type:
Finishes an async operation started with
Qmi.ClientImsa.get_ims_services_status().New in version 1.34.
- register_indications(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageImsaRegisterIndicationsInput) – aQmi.MessageImsaRegisterIndicationsInput.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 Register Indications 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.ClientImsa.register_indications_finish() to get the result of the operation.New in version 1.36.
- register_indications_finish(res)¶
- Parameters:
res (
Gio.AsyncResult) – theGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toQmi.ClientImsa.register_indications().- Raises:
- Returns:
a
Qmi.MessageImsaRegisterIndicationsOutput, orNoneif error is set. The returned value should be freed withQmi.MessageImsaRegisterIndicationsOutput.unref().- Return type:
Finishes an async operation started with
Qmi.ClientImsa.register_indications().New in version 1.36.
Signal Details¶
- Qmi.ClientImsa.signals.ims_registration_status_changed(client_imsa, output)¶
- Signal Name:
ims-registration-status-changed- Flags:
- Parameters:
client_imsa (
Qmi.ClientImsa) – The object which received the signaloutput (
Qmi.IndicationImsaImsRegistrationStatusChangedOutput) – AQmi.IndicationImsaImsRegistrationStatusChangedOutput.
The
::ims-registration-status-changedsignal gets emitted when a ‘’IMS Registration Status Changed [libqmi-glib-IMSA-IMS-Registration-Status-Changed-indication.top_of_page]’’ indication is received.New in version 1.36.
- Qmi.ClientImsa.signals.ims_services_status_changed(client_imsa, output)¶
- Signal Name:
ims-services-status-changed- Flags:
- Parameters:
client_imsa (
Qmi.ClientImsa) – The object which received the signaloutput (
Qmi.IndicationImsaImsServicesStatusChangedOutput) – AQmi.IndicationImsaImsServicesStatusChangedOutput.
The
::ims-services-status-changedsignal gets emitted when a ‘’IMS Services Status Changed [libqmi-glib-IMSA-IMS-Services-Status-Changed-indication.top_of_page]’’ indication is received.New in version 1.36.