ModemManager.UnlockRetries¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
  | 
|
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
None
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent  | 
r  | 
Class Details¶
- class ModemManager.UnlockRetries(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
The
ModemManager.UnlockRetriesstructure contains private data and should only be accessed using the provided API.- foreach(callback, *user_data)¶
 - Parameters:
 callback (
ModemManager.UnlockRetriesForeachCb) – callback to call for each available lock.
Executes callback for each lock information found in self.
New in version 1.0.
- get(lock)¶
 - Parameters:
 lock (
ModemManager.ModemLock) – aModemManager.ModemLock.- Returns:
 the unlock retries or
ModemManager.UNLOCK_RETRIES_UNKNOWNif unknown.- Return type:
 
Gets the unlock retries for the given lock.
New in version 1.0.