enable_sync


Description:

[ Version ( since = "1.20" ) ]
public bool enable_sync (bool enable, Cancellable? cancellable = null) throws Error

Synchronously enable or disable dynamic SAR.

The calling thread is blocked until a reply is received. See enable for the asynchronous version of this method.

Parameters:

this

A ModemSar.

enable

true to enable dynamic SAR and false to disable it.

cancellable

A Cancellable or null.

Returns:

true if the enable was successful, false if error is set.