[ Version ( since = "1.8" ) ]
public async bool set_eps_ue_mode_operation (Modem3gppEpsUeModeOperation mode, Cancellable? cancellable) throws Error
Asynchronously requests to update the EPS UE mode of operation.
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 set_eps_ue_mode_operation.end to get the result of the operation.
See set_eps_ue_mode_operation_sync for the synchronous, blocking version of this method. The calling thread is blocked until a reply is received.
this |
A Modem3gpp. |
mode | |
cancellable |
A Cancellable or |
callback |
A TaskReadyCallback to call when the request is satisfied or |
user_data |
User data to pass to |