[ Version ( since = "1.0" ) ]
public bool select_sync (string unique_id, Cancellable? cancellable = null) throws Error
Synchronously selects a firmware image to boot.
<warning>The modem will possibly disappear once this action is run, as it needs to reboot in order to select the new image.< /warning>
The calling thread is blocked until a reply is received. See select for the asynchronous version of this method.
| this | |
| unique_id |
Unique ID of the firmware image to select. |
| cancellable |
A Cancellable or null. |
|
true if the selection was successful, false if throws is set. |