[ Version ( since = "1.0" ) ]
public async bool select (string unique_id, Cancellable? cancellable) throws Error
Asynchronously selects a firmware image to boot.
The modem will possibly disappear once this action is run, as it needs to reboot in order to select the new image.
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 select.end to get the result of the operation.
See select_sync for the synchronous, blocking version of this method.
this | |
unique_id |
Unique ID of the firmware image to select. |
cancellable |
A Cancellable or |
callback |
A TaskReadyCallback to call when the request is satisfied or |
user_data |
User data to pass to |