[ Version ( since = "1.20" ) ]
public bool disable_facility_lock_sync (Modem3gppFacility facility, string control_key, Cancellable? cancellable = null) throws Error
Synchronously disables facility lock.
The calling thread is blocked until a reply is received. See disable_facility_lock for the asynchronous version of this method.
this |
A Modem3gpp. |
facility |
Single bit value describing the modem personalization lock to disable. |
control_key |
String with control key required to unlock the personalization. |
cancellable |
A Cancellable or |
|