[ Version ( since = "1.0" ) ]
public bool delete_bearer_sync (string bearer, Cancellable? cancellable = null) throws Error
Synchronously deletes a given bearer from the Modem.
The calling thread is blocked until a reply is received. See delete_bearer for the asynchronous version of this method.
this |
A Modem. |
bearer |
Path of the bearer to delete. |
cancellable |
A Cancellable or |
|