disable_facility_lock
Description:
[ Version ( since = "1.20" ) ]
public async bool disable_facility_lock (Modem3gppFacility facility, string control_key, Cancellable? cancellable) throws Error
public async bool disable_facility_lock (Modem3gppFacility facility, string control_key, Cancellable? cancellable) throws Error
Asynchronously disables the modem personalization lock.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this
method from. You can then call disable_facility_lock.end to get the result of the operation.
Parameters:
| 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 |
| callback |
A TaskReadyCallback to call when the request is satisfied or |
| user_data |
User data to pass to |