ModemManager.Nr5gRegistrationSettings¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
class  | 
  | 
  | 
|
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
None
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent  | 
r  | 
Class Details¶
- class ModemManager.Nr5gRegistrationSettings(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
The
ModemManager.Nr5gRegistrationSettingsstructure contains private data and should only be accessed using the provided API.- classmethod new()¶
 - Returns:
 a
ModemManager.Nr5gRegistrationSettings. The returned value should be freed withGObject.Object.unref().- Return type:
 
Creates a new empty
ModemManager.Nr5gRegistrationSettings.New in version 1.20.
- get_drx_cycle()¶
 - Returns:
 - Return type:
 
Gets the MICO mode configuration.
New in version 1.20.
- get_mico_mode()¶
 - Returns:
 - Return type:
 
Gets the MICO mode configuration.
New in version 1.20.
- set_drx_cycle(drx_cycle)¶
 - Parameters:
 drx_cycle (
ModemManager.Modem3gppDrxCycle) – aModemManager.Modem3gppDrxCycle.
Sets the MICO mode configuration.
New in version 1.20.
- set_mico_mode(mico_mode)¶
 - Parameters:
 mico_mode (
ModemManager.Modem3gppMicoMode) – aModemManager.Modem3gppMicoMode.
Sets the MICO mode configuration.
New in version 1.20.