delete_sync


Description:

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

Parameters:

this

A ModemCellBroadcast.

cbm

Path of the Cbm to delete.

cancellable

A Cancellable or null.

Returns:

true if the CBM was deleted, false if throws is set.