set_eps_ue_mode_operation


Description:

[ 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.

Parameters:

this

A Modem3gpp.

mode

A Modem3gppEpsUeModeOperation.

cancellable

A Cancellable or null.

callback

A TaskReadyCallback to call when the request is satisfied or null.

user_data

User data to pass to callback.