delete_sync


Description:

[ Version ( since = "1.0" ) ]
public bool delete_sync (string sms, Cancellable? cancellable = null) throws Error

Synchronously deletes a given Sms 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 ModemMessaging.

sms

Path of the Sms to delete.

cancellable

A Cancellable or null.

Returns:

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