Functions¶
Details¶
- ModemManager.bearer_access_type_preference_get_string(val)¶
- Parameters:
val (
ModemManager.BearerAccessTypePreference) – aModemManager.BearerAccessTypePreference.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.BearerAccessTypePreferencespecified at val.
- ModemManager.bearer_allowed_auth_build_string_from_mask(mask)¶
- Parameters:
mask (
ModemManager.BearerAllowedAuth) – bitmask ofModemManager.BearerAllowedAuthvalues.- Returns:
a string with the list of nicknames, or
Noneif none given. The returned value should be freed withGLib.free().- Return type:
Builds a string containing a comma-separated list of nicknames for each
ModemManager.BearerAllowedAuthin mask.
- ModemManager.bearer_apn_type_build_string_from_mask(mask)¶
- Parameters:
mask (
ModemManager.BearerApnType) – bitmask ofModemManager.BearerApnTypevalues.- Returns:
a string with the list of nicknames, or
Noneif none given. The returned value should be freed withGLib.free().- Return type:
Builds a string containing a comma-separated list of nicknames for each
ModemManager.BearerApnTypein mask.
- ModemManager.bearer_ip_family_build_string_from_mask(mask)¶
- Parameters:
mask (
ModemManager.BearerIpFamily) – bitmask ofModemManager.BearerIpFamilyvalues.- Returns:
a string with the list of nicknames, or
Noneif none given. The returned value should be freed withGLib.free().- Return type:
Builds a string containing a comma-separated list of nicknames for each
ModemManager.BearerIpFamilyin mask.
- ModemManager.bearer_ip_method_get_string(val)¶
- Parameters:
val (
ModemManager.BearerIpMethod) – aModemManager.BearerIpMethod.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.BearerIpMethodspecified at val.
- ModemManager.bearer_multiplex_support_get_string(val)¶
- Parameters:
val (
ModemManager.BearerMultiplexSupport) – aModemManager.BearerMultiplexSupport.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.BearerMultiplexSupportspecified at val.
- ModemManager.bearer_profile_source_get_string(val)¶
- Parameters:
val (
ModemManager.BearerProfileSource) – aModemManager.BearerProfileSource.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.BearerProfileSourcespecified at val.
- ModemManager.bearer_roaming_allowance_build_string_from_mask(mask)¶
- Parameters:
mask (
ModemManager.BearerRoamingAllowance) – bitmask ofModemManager.BearerRoamingAllowancevalues.- Returns:
a string with the list of nicknames, or
Noneif none given. The returned value should be freed withGLib.free().- Return type:
Builds a string containing a comma-separated list of nicknames for each
ModemManager.BearerRoamingAllowancein mask.
- ModemManager.bearer_type_get_string(val)¶
- Parameters:
val (
ModemManager.BearerType) – aModemManager.BearerType.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.BearerTypespecified at val.
- ModemManager.call_direction_get_string(val)¶
- Parameters:
val (
ModemManager.CallDirection) – aModemManager.CallDirection.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.CallDirectionspecified at val.
- ModemManager.call_state_get_string(val)¶
- Parameters:
val (
ModemManager.CallState) – aModemManager.CallState.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.CallStatespecified at val.
- ModemManager.call_state_reason_get_string(val)¶
- Parameters:
val (
ModemManager.CallStateReason) – aModemManager.CallStateReason.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.CallStateReasonspecified at val.
- ModemManager.cbm_state_get_string(val)¶
- Parameters:
val (
ModemManager.CbmState) – aModemManager.CbmState.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.CbmStatespecified at val.
- ModemManager.cell_type_get_string(val)¶
- Parameters:
val (
ModemManager.CellType) – aModemManager.CellType.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.CellTypespecified at val.
- ModemManager.firmware_image_type_get_string(val)¶
- Parameters:
val (
ModemManager.FirmwareImageType) – aModemManager.FirmwareImageType.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.FirmwareImageTypespecified at val.
- ModemManager.gdbus_bearer_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Bearer [gdbus-interface-org-freedesktop-ModemManager1-Bearer.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_bearer_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusBearerinterface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.gdbus_call_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Call [gdbus-interface-org-freedesktop-ModemManager1-Call.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_call_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusCallinterface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.gdbus_cbm_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Cbm [gdbus-interface-org-freedesktop-ModemManager1-Cbm.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_cbm_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusCbminterface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.gdbus_modem3gpp_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Modem3gpp [gdbus-interface-org-freedesktop-ModemManager1-Modem-Modem3gpp.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_modem3gpp_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusModem3gppinterface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.gdbus_modem3gpp_profile_manager_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Modem3gpp.ProfileManager [gdbus-interface-org-freedesktop-ModemManager1-Modem-Modem3gpp-ProfileManager.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_modem3gpp_profile_manager_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusModem3gppProfileManagerinterface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.gdbus_modem3gpp_ussd_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd [gdbus-interface-org-freedesktop-ModemManager1-Modem-Modem3gpp-Ussd.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_modem3gpp_ussd_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusModem3gppUssdinterface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.gdbus_modem_cdma_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.ModemCdma [gdbus-interface-org-freedesktop-ModemManager1-Modem-ModemCdma.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_modem_cdma_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusModemCdmainterface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.gdbus_modem_cell_broadcast_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.CellBroadcast [gdbus-interface-org-freedesktop-ModemManager1-Modem-CellBroadcast.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_modem_cell_broadcast_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusModemCellBroadcastinterface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.gdbus_modem_firmware_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Firmware [gdbus-interface-org-freedesktop-ModemManager1-Modem-Firmware.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_modem_firmware_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusModemFirmwareinterface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.gdbus_modem_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem [gdbus-interface-org-freedesktop-ModemManager1-Modem.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_modem_location_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Location [gdbus-interface-org-freedesktop-ModemManager1-Modem-Location.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_modem_location_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusModemLocationinterface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.gdbus_modem_messaging_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Messaging [gdbus-interface-org-freedesktop-ModemManager1-Modem-Messaging.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_modem_messaging_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusModemMessaginginterface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.gdbus_modem_oma_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Oma [gdbus-interface-org-freedesktop-ModemManager1-Modem-Oma.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_modem_oma_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusModemOmainterface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.gdbus_modem_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusModeminterface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.gdbus_modem_sar_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Sar [gdbus-interface-org-freedesktop-ModemManager1-Modem-Sar.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_modem_sar_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusModemSarinterface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.gdbus_modem_signal_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Signal [gdbus-interface-org-freedesktop-ModemManager1-Modem-Signal.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_modem_signal_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusModemSignalinterface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.gdbus_modem_simple_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Simple [gdbus-interface-org-freedesktop-ModemManager1-Modem-Simple.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_modem_simple_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusModemSimpleinterface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.gdbus_modem_time_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Time [gdbus-interface-org-freedesktop-ModemManager1-Modem-Time.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_modem_time_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusModemTimeinterface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.gdbus_modem_voice_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Voice [gdbus-interface-org-freedesktop-ModemManager1-Modem-Voice.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_modem_voice_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusModemVoiceinterface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.gdbus_org_freedesktop_modem_manager1_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1 [gdbus-interface-org-freedesktop-ModemManager1.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_org_freedesktop_modem_manager1_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusOrgFreedesktopModemManager1interface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.gdbus_sim_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Sim [gdbus-interface-org-freedesktop-ModemManager1-Sim.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_sim_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusSiminterface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.gdbus_sms_interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Sms [gdbus-interface-org-freedesktop-ModemManager1-Sms.top_of_page]’ D-Bus interface.
- ModemManager.gdbus_sms_override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theModemManager.GdbusSmsinterface for a concrete class. The properties are overridden in the order they are defined.
- ModemManager.modem_3gpp_drx_cycle_get_string(val)¶
- Parameters:
val (
ModemManager.Modem3gppDrxCycle) – aModemManager.Modem3gppDrxCycle.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.Modem3gppDrxCyclespecified at val.
- ModemManager.modem_3gpp_eps_ue_mode_operation_get_string(val)¶
- Parameters:
val (
ModemManager.Modem3gppEpsUeModeOperation) – aModemManager.Modem3gppEpsUeModeOperation.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.Modem3gppEpsUeModeOperationspecified at val.
- ModemManager.modem_3gpp_facility_build_string_from_mask(mask)¶
- Parameters:
mask (
ModemManager.Modem3gppFacility) – bitmask ofModemManager.Modem3gppFacilityvalues.- Returns:
a string with the list of nicknames, or
Noneif none given. The returned value should be freed withGLib.free().- Return type:
Builds a string containing a comma-separated list of nicknames for each
ModemManager.Modem3gppFacilityin mask.
- ModemManager.modem_3gpp_mico_mode_get_string(val)¶
- Parameters:
val (
ModemManager.Modem3gppMicoMode) – aModemManager.Modem3gppMicoMode.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.Modem3gppMicoModespecified at val.
- ModemManager.modem_3gpp_network_availability_get_string(val)¶
- Parameters:
val (
ModemManager.Modem3gppNetworkAvailability) – aModemManager.Modem3gppNetworkAvailability.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.Modem3gppNetworkAvailabilityspecified at val.
- ModemManager.modem_3gpp_packet_service_state_get_string(val)¶
- Parameters:
val (
ModemManager.Modem3gppPacketServiceState) – aModemManager.Modem3gppPacketServiceState.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.Modem3gppPacketServiceStatespecified at val.
- ModemManager.modem_3gpp_registration_state_get_string(val)¶
- Parameters:
val (
ModemManager.Modem3gppRegistrationState) – aModemManager.Modem3gppRegistrationState.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.Modem3gppRegistrationStatespecified at val.
- ModemManager.modem_3gpp_subscription_state_get_string(val)¶
- Parameters:
val (
ModemManager.Modem3gppSubscriptionState) – aModemManager.Modem3gppSubscriptionState.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.Modem3gppSubscriptionStatespecified at val.
- ModemManager.modem_3gpp_ussd_session_state_get_string(val)¶
- Parameters:
val (
ModemManager.Modem3gppUssdSessionState) – aModemManager.Modem3gppUssdSessionState.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.Modem3gppUssdSessionStatespecified at val.
- ModemManager.modem_access_technology_build_string_from_mask(mask)¶
- Parameters:
mask (
ModemManager.ModemAccessTechnology) – bitmask ofModemManager.ModemAccessTechnologyvalues.- Returns:
a string with the list of nicknames, or
Noneif none given. The returned value should be freed withGLib.free().- Return type:
Builds a string containing a comma-separated list of nicknames for each
ModemManager.ModemAccessTechnologyin mask.
- ModemManager.modem_band_get_string(val)¶
- Parameters:
val (
ModemManager.ModemBand) – aModemManager.ModemBand.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.ModemBandspecified at val.
- ModemManager.modem_capability_build_string_from_mask(mask)¶
- Parameters:
mask (
ModemManager.ModemCapability) – bitmask ofModemManager.ModemCapabilityvalues.- Returns:
a string with the list of nicknames, or
Noneif none given. The returned value should be freed withGLib.free().- Return type:
Builds a string containing a comma-separated list of nicknames for each
ModemManager.ModemCapabilityin mask.
- ModemManager.modem_cdma_activation_state_get_string(val)¶
- Parameters:
val (
ModemManager.ModemCdmaActivationState) – aModemManager.ModemCdmaActivationState.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.ModemCdmaActivationStatespecified at val.
- ModemManager.modem_cdma_registration_state_get_string(val)¶
- Parameters:
val (
ModemManager.ModemCdmaRegistrationState) – aModemManager.ModemCdmaRegistrationState.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.ModemCdmaRegistrationStatespecified at val.
- ModemManager.modem_cdma_rm_protocol_get_string(val)¶
- Parameters:
val (
ModemManager.ModemCdmaRmProtocol) – aModemManager.ModemCdmaRmProtocol.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.ModemCdmaRmProtocolspecified at val.
- ModemManager.modem_contacts_storage_get_string(val)¶
- Parameters:
val (
ModemManager.ModemContactsStorage) – aModemManager.ModemContactsStorage.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.ModemContactsStoragespecified at val.
- ModemManager.modem_firmware_update_method_build_string_from_mask(mask)¶
- Parameters:
mask (
ModemManager.ModemFirmwareUpdateMethod) – bitmask ofModemManager.ModemFirmwareUpdateMethodvalues.- Returns:
a string with the list of nicknames, or
Noneif none given. The returned value should be freed withGLib.free().- Return type:
Builds a string containing a comma-separated list of nicknames for each
ModemManager.ModemFirmwareUpdateMethodin mask.
- ModemManager.modem_location_assistance_data_type_build_string_from_mask(mask)¶
- Parameters:
mask (
ModemManager.ModemLocationAssistanceDataType) – bitmask ofModemManager.ModemLocationAssistanceDataTypevalues.- Returns:
a string with the list of nicknames, or
Noneif none given. The returned value should be freed withGLib.free().- Return type:
Builds a string containing a comma-separated list of nicknames for each
ModemManager.ModemLocationAssistanceDataTypein mask.
- ModemManager.modem_location_source_build_string_from_mask(mask)¶
- Parameters:
mask (
ModemManager.ModemLocationSource) – bitmask ofModemManager.ModemLocationSourcevalues.- Returns:
a string with the list of nicknames, or
Noneif none given. The returned value should be freed withGLib.free().- Return type:
Builds a string containing a comma-separated list of nicknames for each
ModemManager.ModemLocationSourcein mask.
- ModemManager.modem_lock_get_string(val)¶
- Parameters:
val (
ModemManager.ModemLock) – aModemManager.ModemLock.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.ModemLockspecified at val.
- ModemManager.modem_mode_build_string_from_mask(mask)¶
- Parameters:
mask (
ModemManager.ModemMode) – bitmask ofModemManager.ModemModevalues.- Returns:
a string with the list of nicknames, or
Noneif none given. The returned value should be freed withGLib.free().- Return type:
Builds a string containing a comma-separated list of nicknames for each
ModemManager.ModemModein mask.
- ModemManager.modem_port_type_get_string(val)¶
- Parameters:
val (
ModemManager.ModemPortType) – aModemManager.ModemPortType.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.ModemPortTypespecified at val.
- ModemManager.modem_power_state_get_string(val)¶
- Parameters:
val (
ModemManager.ModemPowerState) – aModemManager.ModemPowerState.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.ModemPowerStatespecified at val.
- ModemManager.modem_state_change_reason_get_string(val)¶
- Parameters:
val (
ModemManager.ModemStateChangeReason) – aModemManager.ModemStateChangeReason.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.ModemStateChangeReasonspecified at val.
- ModemManager.modem_state_failed_reason_get_string(val)¶
- Parameters:
val (
ModemManager.ModemStateFailedReason) – aModemManager.ModemStateFailedReason.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.ModemStateFailedReasonspecified at val.
- ModemManager.modem_state_get_string(val)¶
- Parameters:
val (
ModemManager.ModemState) – aModemManager.ModemState.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.ModemStatespecified at val.
- ModemManager.network_error_get_string(val)¶
- Parameters:
val (
ModemManager.NetworkError) – aModemManager.NetworkError.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.NetworkErrorspecified at val.
- ModemManager.oma_feature_build_string_from_mask(mask)¶
- Parameters:
mask (
ModemManager.OmaFeature) – bitmask ofModemManager.OmaFeaturevalues.- Returns:
a string with the list of nicknames, or
Noneif none given. The returned value should be freed withGLib.free().- Return type:
Builds a string containing a comma-separated list of nicknames for each
ModemManager.OmaFeaturein mask.
- ModemManager.oma_session_state_failed_reason_get_string(val)¶
- Parameters:
val (
ModemManager.OmaSessionStateFailedReason) – aModemManager.OmaSessionStateFailedReason.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.OmaSessionStateFailedReasonspecified at val.
- ModemManager.oma_session_state_get_string(val)¶
- Parameters:
val (
ModemManager.OmaSessionState) – aModemManager.OmaSessionState.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.OmaSessionStatespecified at val.
- ModemManager.oma_session_type_get_string(val)¶
- Parameters:
val (
ModemManager.OmaSessionType) – aModemManager.OmaSessionType.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.OmaSessionTypespecified at val.
- ModemManager.serving_cell_type_get_string(val)¶
- Parameters:
val (
ModemManager.ServingCellType) – aModemManager.ServingCellType.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.ServingCellTypespecified at val.
- ModemManager.sim_esim_status_get_string(val)¶
- Parameters:
val (
ModemManager.SimEsimStatus) – aModemManager.SimEsimStatus.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.SimEsimStatusspecified at val.
- ModemManager.sim_removability_get_string(val)¶
- Parameters:
val (
ModemManager.SimRemovability) – aModemManager.SimRemovability.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.SimRemovabilityspecified at val.
- ModemManager.sim_type_get_string(val)¶
- Parameters:
val (
ModemManager.SimType) – aModemManager.SimType.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.SimTypespecified at val.
- ModemManager.sms_cdma_service_category_get_string(val)¶
- Parameters:
val (
ModemManager.SmsCdmaServiceCategory) – aModemManager.SmsCdmaServiceCategory.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.SmsCdmaServiceCategoryspecified at val.
- ModemManager.sms_cdma_teleservice_id_get_string(val)¶
- Parameters:
val (
ModemManager.SmsCdmaTeleserviceId) – aModemManager.SmsCdmaTeleserviceId.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.SmsCdmaTeleserviceIdspecified at val.
- ModemManager.sms_delivery_state_get_string(val)¶
- Parameters:
val (
ModemManager.SmsDeliveryState) – aModemManager.SmsDeliveryState.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.SmsDeliveryStatespecified at val.
- ModemManager.sms_pdu_type_get_string(val)¶
- Parameters:
val (
ModemManager.SmsPduType) – aModemManager.SmsPduType.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.SmsPduTypespecified at val.
- ModemManager.sms_state_get_string(val)¶
- Parameters:
val (
ModemManager.SmsState) – aModemManager.SmsState.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.SmsStatespecified at val.
- ModemManager.sms_storage_get_string(val)¶
- Parameters:
val (
ModemManager.SmsStorage) – aModemManager.SmsStorage.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.SmsStoragespecified at val.
- ModemManager.sms_validity_type_get_string(val)¶
- Parameters:
val (
ModemManager.SmsValidityType) – aModemManager.SmsValidityType.- Returns:
a string with the nickname, or
Noneif not found. Do not free the returned value.- Return type:
Gets the nickname string for the
ModemManager.SmsValidityTypespecified at val.