delete_bearer_sync


Description:

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

Parameters:

this

A Modem.

bearer

Path of the bearer to delete.

cancellable

A Cancellable or null.

Returns:

true if the bearer was deleted, false if error is set.