[ 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.
| this |
A ModemSar. |
| enable |
true to enable dynamic SAR and false to disable it. |
| cancellable |
A Cancellable or null. |
|
true if the enable was successful, false if throws is set. |