get_unlock_retries


Description:

[ Version ( since = "1.0" ) ]
public UnlockRetries get_unlock_retries ()

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 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.

Parameters:

this

A Modem.

Returns:

A UnlockRetries that must be freed with unref or null if unknown.