[ Version ( since = "1.24" ) ]
public bool delete_sync (string cbm, Cancellable? cancellable = null) throws Error
Synchronously deletes a given Cbm from the modem.
The calling thread is blocked until a reply is received. See @delete for the asynchronous version of this method.
| this | |
| cbm |
Path of the Cbm to delete. |
| cancellable |
A Cancellable or null. |
|
true if the CBM was deleted, false if throws is set. |