ModemManager.Modem3gppNetwork¶
Fields¶
None
Methods¶
| free() | |
| get_access_technology() | |
| get_availability() | |
| get_operator_code() | |
| get_operator_long() | |
| get_operator_short() | 
Details¶
- 
class ModemManager.Modem3gppNetwork¶
- The - ModemManager.Modem3gppNetworkstructure contains private data and should only be accessed using the provided API.- 
free()¶
- Frees a - ModemManager.Modem3gppNetwork.- New in version 1.0. 
 - 
get_access_technology()¶
- Returns: - A - ModemManager.ModemAccessTechnology.- Return type: - ModemManager.ModemAccessTechnology- Get the technology used to access the 3GPP network. - New in version 1.0. 
 - 
get_availability()¶
- Returns: - A - ModemManager.Modem3gppNetworkAvailability.- Return type: - ModemManager.Modem3gppNetworkAvailability- Get availability of the 3GPP network. - New in version 1.0. 
 - 
get_operator_code()¶
- Returns: - The operator code, or - Noneif none available.- Return type: - str- Get the operator code (MCCMNC) of the 3GPP network. - New in version 1.0. 
 
-