peek_unlock_retries
Description:
Gets a UnlockRetries object, which provides, for each MMModemLock handled by the modem, the number of PIN tries remaining before the code becomes blocked (requiring a PUK) or permanently blocked.
Warning:
The returned value is only valid until the property changes so it is only safe to use this function on the thread where this was constructed. Use get_unlock_retries if on another thread.
Parameters:
this |
A Modem. |
Returns:
A UnlockRetries. Do not free the returned value, it belongs to this. |