[ Version ( since = "1.0" ) ]
public UnlockRetries get_unlock_retries ()
Gets a UnlockRetries object, which provides, for each <link linkend="MMModemLock" >MMModemLock</link> handled by the modem, the number of PIN tries remaining before the code becomes blocked (requiring a PUK) or permanently blocked.
<warning>The values reported by this are not updated when the values in the interface change. Instead, the client is expected to call get_unlock_retries again to get a new UnlockRetries with the new values.</warning>
| this |
A Modem. |
|
A UnlockRetries that must be freed with unref or null if unknown. |