Enums¶
Details¶
- class ModemManager.BearerAccessTypePreference(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- NONE = 0¶
 
- 3GPP_ONLY = 1¶
 
- _3GPP_ONLY = 1¶
 
- 3GPP_PREFERRED = 2¶
 
- _3GPP_PREFERRED = 2¶
 
- NON_3GPP_ONLY = 3¶
 
- class ModemManager.BearerIpMethod(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- PPP = 1¶
 
- STATIC = 2¶
 
- DHCP = 3¶
 
- class ModemManager.BearerMultiplexSupport(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- NONE = 1¶
 
- REQUESTED = 2¶
 
- REQUIRED = 3¶
 
- class ModemManager.BearerProfileSource(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- ADMIN = 1¶
 
- USER = 2¶
 
- OPERATOR = 3¶
 
- MODEM = 4¶
 
- DEVICE = 5¶
 
- class ModemManager.BearerType(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- DEFAULT = 1¶
 
- DEFAULT_ATTACH = 2¶
 
- DEDICATED = 3¶
 
- class ModemManager.CallDirection(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- INCOMING = 1¶
 
- OUTGOING = 2¶
 
- class ModemManager.CallState(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- DIALING = 1¶
 
- RINGING_OUT = 2¶
 
- RINGING_IN = 3¶
 
- ACTIVE = 4¶
 
- HELD = 5¶
 
- WAITING = 6¶
 
- TERMINATED = 7¶
 
- class ModemManager.CallStateReason(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- OUTGOING_STARTED = 1¶
 
- INCOMING_NEW = 2¶
 
- ACCEPTED = 3¶
 
- TERMINATED = 4¶
 
- REFUSED_OR_BUSY = 5¶
 
- ERROR = 6¶
 
- AUDIO_SETUP_FAILED = 7¶
 
- TRANSFERRED = 8¶
 
- DEFLECTED = 9¶
 
- class ModemManager.CarrierLockError(value)¶
 Bases:
GObject.GEnum- UNKNOWN = 0¶
 
- INVALIDSIGNATURE = 1¶
 
- INVALIDIMEI = 2¶
 
- INVALIDTIMESTAMP = 3¶
 
- NETWORKLISTTOOLARGE = 6¶
 
- SIGNATUREALGORITHMNOTSUPPORTED = 7¶
 
- FEATURENOTSUPPORTED = 8¶
 
- DECODEORPARSINGERROR = 9¶
 
- class ModemManager.CbmState(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- RECEIVING = 1¶
 
- RECEIVED = 2¶
 
- class ModemManager.CdmaActivationError(value)¶
 Bases:
GObject.GEnum- NONE = 0¶
 
- UNKNOWN = 1¶
 
- ROAMING = 2¶
 
- WRONGRADIOINTERFACE = 3¶
 
- COULDNOTCONNECT = 4¶
 
- SECURITYAUTHENTICATIONFAILED = 5¶
 
- PROVISIONINGFAILED = 6¶
 
- NOSIGNAL = 7¶
 
- TIMEDOUT = 8¶
 
- STARTFAILED = 9¶
 
- class ModemManager.CellType(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- CDMA = 1¶
 
- GSM = 2¶
 
- UMTS = 3¶
 
- TDSCDMA = 4¶
 
- LTE = 5¶
 
- 5GNR = 6¶
 
- _5GNR = 6¶
 
- class ModemManager.ConnectionError(value)¶
 Bases:
GObject.GEnum- UNKNOWN = 0¶
 
- NOCARRIER = 1¶
 
- NODIALTONE = 2¶
 
- BUSY = 3¶
 
- NOANSWER = 4¶
 
- class ModemManager.CoreError(value)¶
 Bases:
GObject.GEnum- FAILED = 0¶
 
- CANCELLED = 1¶
 
- TOOMANY = 10¶
 
- NOTFOUND = 11¶
 
- RETRY = 12¶
 
- EXISTS = 13¶
 
- WRONGSIMSTATE = 14¶
 
- RESETRETRY = 15¶
 
- TIMEOUT = 16¶
 
- PROTOCOL = 17¶
 
- THROTTLED = 18¶
 
- ABORTED = 2¶
 
- UNSUPPORTED = 3¶
 
- NOPLUGINS = 4¶
 
- UNAUTHORIZED = 5¶
 
- INVALIDARGS = 6¶
 
- INPROGRESS = 7¶
 
- WRONGSTATE = 8¶
 
- CONNECTED = 9¶
 
- class ModemManager.FirmwareImageType(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- GENERIC = 1¶
 
- GOBI = 2¶
 
- class ModemManager.MessageError(value)¶
 Bases:
GObject.GEnum- MEFAILURE = 300¶
 
- SMSSERVICERESERVED = 301¶
 
- NOTALLOWED = 302¶
 
- NOTSUPPORTED = 303¶
 
- INVALIDPDUPARAMETER = 304¶
 
- INVALIDTEXTPARAMETER = 305¶
 
- SIMNOTINSERTED = 310¶
 
- SIMPIN = 311¶
 
- PHSIMPIN = 312¶
 
- SIMFAILURE = 313¶
 
- SIMBUSY = 314¶
 
- SIMWRONG = 315¶
 
- SIMPUK = 316¶
 
- SIMPIN2 = 317¶
 
- SIMPUK2 = 318¶
 
- MEMORYFAILURE = 320¶
 
- INVALIDINDEX = 321¶
 
- MEMORYFULL = 322¶
 
- SMSCADDRESSUNKNOWN = 330¶
 
- NONETWORK = 331¶
 
- NETWORKTIMEOUT = 332¶
 
- NOCNMAACKEXPECTED = 340¶
 
- UNKNOWN = 500¶
 
- class ModemManager.MobileEquipmentError(value)¶
 Bases:
GObject.GEnum- PHONEFAILURE = 0¶
 
- NOCONNECTION = 1¶
 
- SIMNOTINSERTED = 10¶
 
- UNKNOWN = 100¶
 
- IMSIUNKNOWNINHSS = 102¶
 
- ILLEGALUE = 103¶
 
- IMSIUNKNOWNINVLR = 104¶
 
- IMEINOTACCEPTED = 105¶
 
- ILLEGALME = 106¶
 
- PSSERVICESNOTALLOWED = 107¶
 
- PSANDNONPSSERVICESNOTALLOWED = 108¶
 
- UEIDENTITYNOTDERIVEDFROMNETWORK = 109¶
 
- SIMPIN = 11¶
 
- IMPLICITLYDETACHED = 110¶
 
- PLMNNOTALLOWED = 111¶
 
- AREANOTALLOWED = 112¶
 
- ROAMINGNOTALLOWEDINAREA = 113¶
 
- PSSERVICESNOTALLOWEDINPLMN = 114¶
 
- NOCELLSINAREA = 115¶
 
- MSCTEMPORARILYNOTREACHABLE = 116¶
 
- NETWORKFAILUREATTACH = 117¶
 
- CSDOMAINUNAVAILABLE = 118¶
 
- ESMFAILURE = 119¶
 
- SIMPUK = 12¶
 
- CONGESTION = 122¶
 
- MBMSBEARERCAPABILITIESINSUFFICIENTFORSERVICE = 124¶
 
- NOTAUTHORIZEDFORCSG = 125¶
 
- INSUFFICIENTRESOURCES = 126¶
 
- MISSINGORUNKNOWNAPN = 127¶
 
- UNKNOWNPDPADDRESSORTYPE = 128¶
 
- USERAUTHENTICATIONFAILED = 129¶
 
- SIMFAILURE = 13¶
 
- ACTIVATIONREJECTEDBYGGSNORGW = 130¶
 
- ACTIVATIONREJECTEDUNSPECIFIED = 131¶
 
- SERVICEOPTIONNOTSUPPORTED = 132¶
 
- SERVICEOPTIONNOTSUBSCRIBED = 133¶
 
- SERVICEOPTIONOUTOFORDER = 134¶
 
- NSAPIORPTIALREADYINUSE = 135¶
 
- REGULARDEACTIVATION = 136¶
 
- QOSNOTACCEPTED = 137¶
 
- CALLCANNOTBEIDENTIFIED = 138¶
 
- CSSERVICETEMPORARILYUNAVAILABLE = 139¶
 
- SIMBUSY = 14¶
 
- FEATURENOTSUPPORTED = 140¶
 
- SEMANTICERRORINTFTOPERATION = 141¶
 
- SYNTACTICALERRORINTFTOPERATION = 142¶
 
- UNKNOWNPDPCONTEXT = 143¶
 
- SEMANTICERRORSINPACKETFILTER = 144¶
 
- SYNTACTICALERRORSINPACKETFILTER = 145¶
 
- PDPCONTEXTWITHOUTTFTALREADYACTIVATED = 146¶
 
- MULTICASTGROUPMEMBERSHIPTIMEOUT = 147¶
 
- GPRSUNKNOWN = 148¶
 
- PDPAUTHFAILURE = 149¶
 
- SIMWRONG = 15¶
 
- INVALIDMOBILECLASS = 150¶
 
- LASTPDNDISCONNECTIONNOTALLOWEDLEGACY = 151¶
 
- INCORRECTPASSWORD = 16¶
 
- SIMPIN2 = 17¶
 
- LASTPDNDISCONNECTIONNOTALLOWED = 171¶
 
- SEMANTICALLYINCORRECTMESSAGE = 172¶
 
- INVALIDMANDATORYINFORMATION = 173¶
 
- MESSAGETYPENOTIMPLEMENTED = 174¶
 
- CONDITIONALIEERROR = 175¶
 
- UNSPECIFIEDPROTOCOLERROR = 176¶
 
- OPERATORDETERMINEDBARRING = 177¶
 
- MAXIMUMNUMBEROFBEARERSREACHED = 178¶
 
- REQUESTEDAPNNOTSUPPORTED = 179¶
 
- SIMPUK2 = 18¶
 
- REQUESTREJECTEDBCMVIOLATION = 180¶
 
- UNSUPPORTEDQCIOR5QIVALUE = 181¶
 
- USERDATAVIACONTROLPLANECONGESTED = 182¶
 
- SMSPROVIDEDVIAGPRSINROUTINGAREA = 183¶
 
- INVALIDPTIVALUE = 184¶
 
- NOBEARERACTIVATED = 185¶
 
- MESSAGENOTCOMPATIBLEWITHPROTOCOLSTATE = 186¶
 
- RECOVERYONTIMEREXPIRY = 187¶
 
- INVALIDTRANSACTIONIDVALUE = 188¶
 
- SERVICEOPTIONNOTAUTHORIZEDINPLMN = 189¶
 
- NETWORKFAILUREACTIVATION = 190¶
 
- REACTIVATIONREQUESTED = 191¶
 
- IPV4ONLYALLOWED = 192¶
 
- IPV6ONLYALLOWED = 193¶
 
- SINGLEADDRESSBEARERSONLYALLOWED = 194¶
 
- COLLISIONWITHNETWORKINITIATEDREQUEST = 195¶
 
- IPV4V6ONLYALLOWED = 196¶
 
- NONIPONLYALLOWED = 197¶
 
- BEARERHANDLINGUNSUPPORTED = 198¶
 
- APNRESTRICTIONINCOMPATIBLE = 199¶
 
- LINKRESERVED = 2¶
 
- MEMORYFULL = 20¶
 
- MULTIPLEACCESSTOPDNCONNECTIONNOTALLOWED = 200¶
 
- ESMINFORMATIONNOTRECEIVED = 201¶
 
- PDNCONNECTIONNONEXISTENT = 202¶
 
- MULTIPLEPDNCONNECTIONSAMEAPNNOTALLOWED = 203¶
 
- SEVERENETWORKFAILURE = 204¶
 
- INSUFFICIENTRESOURCESFORSLICEANDDNN = 205¶
 
- UNSUPPORTEDSSCMODE = 206¶
 
- INSUFFICIENTRESOURCESFORSLICE = 207¶
 
- MESSAGETYPENOTCOMPATIBLEWITHPROTOCOLSTATE = 208¶
 
- IENOTIMPLEMENTED = 209¶
 
- INVALIDINDEX = 21¶
 
- N1MODENOTALLOWED = 210¶
 
- RESTRICTEDSERVICEAREA = 211¶
 
- LADNUNAVAILABLE = 212¶
 
- MISSINGORUNKNOWNDNNINSLICE = 213¶
 
- NKGSIALREADYINUSE = 214¶
 
- PAYLOADNOTFORWARDED = 215¶
 
- NON3GPPACCESSTO5GCNNOTALLOWED = 216¶
 
- SERVINGNETWORKNOTAUTHORIZED = 217¶
 
- DNNNOTSUPPORTEDINSLICE = 218¶
 
- INSUFFICIENTUSERPLANERESOURCESFORPDUSESSION = 219¶
 
- NOTFOUND = 22¶
 
- OUTOFLADNSERVICEAREA = 220¶
 
- PTIMISMATCH = 221¶
 
- MAXDATARATEFORUSERPLANEINTEGRITYTOOLOW = 222¶
 
- SEMANTICERRORINQOSOPERATION = 223¶
 
- SYNTACTICALERRORINQOSOPERATION = 224¶
 
- INVALIDMAPPEDEPSBEARERIDENTITY = 225¶
 
- REDIRECTIONTO5GCNREQUIRED = 226¶
 
- REDIRECTIONTOEPCREQUIRED = 227¶
 
- TEMPORARILYUNAUTHORIZEDFORSNPN = 228¶
 
- PERMANENTLYUNAUTHORIZEDFORSNPN = 229¶
 
- MEMORYFAILURE = 23¶
 
- ETHERNETONLYALLOWED = 230¶
 
- UNAUTHORIZEDFORCAG = 231¶
 
- NONETWORKSLICESAVAILABLE = 232¶
 
- WIRELINEACCESSAREANOTALLOWED = 233¶
 
- TEXTTOOLONG = 24¶
 
- INVALIDCHARS = 25¶
 
- DIALSTRINGTOOLONG = 26¶
 
- DIALSTRINGINVALID = 27¶
 
- NOTALLOWED = 3¶
 
- NONETWORK = 30¶
 
- NETWORKTIMEOUT = 31¶
 
- NETWORKNOTALLOWED = 32¶
 
- NOTSUPPORTED = 4¶
 
- NETWORKPIN = 40¶
 
- NETWORKPUK = 41¶
 
- NETWORKSUBSETPIN = 42¶
 
- NETWORKSUBSETPUK = 43¶
 
- SERVICEPIN = 44¶
 
- SERVICEPUK = 45¶
 
- CORPPIN = 46¶
 
- CORPPUK = 47¶
 
- HIDDENKEYREQUIRED = 48¶
 
- EAPMETHODNOTSUPPORTED = 49¶
 
- PHSIMPIN = 5¶
 
- INCORRECTPARAMETERS = 50¶
 
- COMMANDDISABLED = 51¶
 
- COMMANDABORTED = 52¶
 
- NOTATTACHEDRESTRICTED = 53¶
 
- NOTALLOWEDEMERGENCYONLY = 54¶
 
- NOTALLOWEDRESTRICTED = 55¶
 
- FIXEDDIALNUMBERONLY = 56¶
 
- TEMPORARILYOUTOFSERVICE = 57¶
 
- LANGUAGEORALPHABETNOTSUPPORTED = 58¶
 
- UNEXPECTEDDATAVALUE = 59¶
 
- PHFSIMPIN = 6¶
 
- SYSTEMFAILURE = 60¶
 
- DATAMISSING = 61¶
 
- CALLBARRED = 62¶
 
- MESSAGEWAITINGINDICATIONSUBSCRIPTIONFAILURE = 63¶
 
- PHFSIMPUK = 7¶
 
- class ModemManager.Modem3gppDrxCycle(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- UNSUPPORTED = 1¶
 
- 32 = 2¶
 
- _32 = 2¶
 
- 64 = 3¶
 
- _64 = 3¶
 
- 128 = 4¶
 
- _128 = 4¶
 
- 256 = 5¶
 
- _256 = 5¶
 
- class ModemManager.Modem3gppEpsUeModeOperation(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- PS_1 = 1¶
 
- PS_2 = 2¶
 
- CSPS_1 = 3¶
 
- CSPS_2 = 4¶
 
- class ModemManager.Modem3gppMicoMode(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- UNSUPPORTED = 1¶
 
- DISABLED = 2¶
 
- ENABLED = 3¶
 
- class ModemManager.Modem3gppNetworkAvailability(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- AVAILABLE = 1¶
 
- CURRENT = 2¶
 
- FORBIDDEN = 3¶
 
- class ModemManager.Modem3gppPacketServiceState(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- DETACHED = 1¶
 
- ATTACHED = 2¶
 
- class ModemManager.Modem3gppRegistrationState(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- IDLE = 0¶
 
- HOME = 1¶
 
- ROAMING_CSFB_NOT_PREFERRED = 10¶
 
- ATTACHED_RLOS = 11¶
 
- SEARCHING = 2¶
 
- DENIED = 3¶
 
- UNKNOWN = 4¶
 
- ROAMING = 5¶
 
- HOME_SMS_ONLY = 6¶
 
- ROAMING_SMS_ONLY = 7¶
 
- EMERGENCY_ONLY = 8¶
 
- HOME_CSFB_NOT_PREFERRED = 9¶
 
- class ModemManager.Modem3gppSubscriptionState(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- UNPROVISIONED = 1¶
 
- PROVISIONED = 2¶
 
- OUT_OF_DATA = 3¶
 
- class ModemManager.Modem3gppUssdSessionState(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- IDLE = 1¶
 
- ACTIVE = 2¶
 
- USER_RESPONSE = 3¶
 
- class ModemManager.ModemBand(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- EGSM = 1¶
 
- UTRAN_8 = 10¶
 
- EUTRAN_70 = 100¶
 
- EUTRAN_71 = 101¶
 
- UTRAN_9 = 11¶
 
- EUTRAN_85 = 115¶
 
- UTRAN_2 = 12¶
 
- CDMA_BC0 = 128¶
 
- CDMA_BC1 = 129¶
 
- UTRAN_7 = 13¶
 
- CDMA_BC2 = 130¶
 
- CDMA_BC3 = 131¶
 
- CDMA_BC4 = 132¶
 
- CDMA_BC5 = 134¶
 
- CDMA_BC6 = 135¶
 
- CDMA_BC7 = 136¶
 
- CDMA_BC8 = 137¶
 
- CDMA_BC9 = 138¶
 
- CDMA_BC10 = 139¶
 
- G450 = 14¶
 
- CDMA_BC11 = 140¶
 
- CDMA_BC12 = 141¶
 
- CDMA_BC13 = 142¶
 
- CDMA_BC14 = 143¶
 
- CDMA_BC15 = 144¶
 
- CDMA_BC16 = 145¶
 
- CDMA_BC17 = 146¶
 
- CDMA_BC18 = 147¶
 
- CDMA_BC19 = 148¶
 
- G480 = 15¶
 
- G750 = 16¶
 
- G380 = 17¶
 
- G410 = 18¶
 
- G710 = 19¶
 
- DCS = 2¶
 
- G810 = 20¶
 
- UTRAN_10 = 210¶
 
- UTRAN_11 = 211¶
 
- UTRAN_12 = 212¶
 
- UTRAN_13 = 213¶
 
- UTRAN_14 = 214¶
 
- UTRAN_19 = 219¶
 
- UTRAN_20 = 220¶
 
- UTRAN_21 = 221¶
 
- UTRAN_22 = 222¶
 
- UTRAN_25 = 225¶
 
- UTRAN_26 = 226¶
 
- UTRAN_32 = 232¶
 
- ANY = 256¶
 
- PCS = 3¶
 
- NGRAN_1 = 301¶
 
- NGRAN_2 = 302¶
 
- NGRAN_3 = 303¶
 
- NGRAN_5 = 305¶
 
- NGRAN_7 = 307¶
 
- NGRAN_8 = 308¶
 
- EUTRAN_1 = 31¶
 
- NGRAN_12 = 312¶
 
- NGRAN_13 = 313¶
 
- NGRAN_14 = 314¶
 
- NGRAN_18 = 318¶
 
- EUTRAN_2 = 32¶
 
- NGRAN_20 = 320¶
 
- NGRAN_25 = 325¶
 
- NGRAN_26 = 326¶
 
- NGRAN_28 = 328¶
 
- NGRAN_29 = 329¶
 
- EUTRAN_3 = 33¶
 
- NGRAN_30 = 330¶
 
- NGRAN_34 = 334¶
 
- NGRAN_38 = 338¶
 
- NGRAN_39 = 339¶
 
- EUTRAN_4 = 34¶
 
- NGRAN_40 = 340¶
 
- NGRAN_41 = 341¶
 
- NGRAN_48 = 348¶
 
- EUTRAN_5 = 35¶
 
- NGRAN_50 = 350¶
 
- NGRAN_51 = 351¶
 
- NGRAN_53 = 353¶
 
- EUTRAN_6 = 36¶
 
- NGRAN_65 = 365¶
 
- NGRAN_66 = 366¶
 
- NGRAN_67 = 367¶
 
- EUTRAN_7 = 37¶
 
- NGRAN_70 = 370¶
 
- NGRAN_71 = 371¶
 
- NGRAN_74 = 374¶
 
- NGRAN_75 = 375¶
 
- NGRAN_76 = 376¶
 
- NGRAN_77 = 377¶
 
- NGRAN_78 = 378¶
 
- NGRAN_79 = 379¶
 
- EUTRAN_8 = 38¶
 
- NGRAN_80 = 380¶
 
- NGRAN_81 = 381¶
 
- NGRAN_82 = 382¶
 
- NGRAN_83 = 383¶
 
- NGRAN_84 = 384¶
 
- NGRAN_86 = 386¶
 
- NGRAN_89 = 389¶
 
- EUTRAN_9 = 39¶
 
- NGRAN_90 = 390¶
 
- NGRAN_91 = 391¶
 
- NGRAN_92 = 392¶
 
- NGRAN_93 = 393¶
 
- NGRAN_94 = 394¶
 
- NGRAN_95 = 395¶
 
- G850 = 4¶
 
- EUTRAN_10 = 40¶
 
- EUTRAN_11 = 41¶
 
- EUTRAN_12 = 42¶
 
- EUTRAN_13 = 43¶
 
- EUTRAN_14 = 44¶
 
- EUTRAN_17 = 47¶
 
- EUTRAN_18 = 48¶
 
- EUTRAN_19 = 49¶
 
- UTRAN_1 = 5¶
 
- EUTRAN_20 = 50¶
 
- EUTRAN_21 = 51¶
 
- EUTRAN_22 = 52¶
 
- EUTRAN_23 = 53¶
 
- EUTRAN_24 = 54¶
 
- EUTRAN_25 = 55¶
 
- NGRAN_257 = 557¶
 
- NGRAN_258 = 558¶
 
- EUTRAN_26 = 56¶
 
- NGRAN_260 = 560¶
 
- NGRAN_261 = 561¶
 
- EUTRAN_27 = 57¶
 
- EUTRAN_28 = 58¶
 
- EUTRAN_29 = 59¶
 
- UTRAN_3 = 6¶
 
- EUTRAN_30 = 60¶
 
- EUTRAN_31 = 61¶
 
- EUTRAN_32 = 62¶
 
- EUTRAN_33 = 63¶
 
- EUTRAN_34 = 64¶
 
- EUTRAN_35 = 65¶
 
- EUTRAN_36 = 66¶
 
- EUTRAN_37 = 67¶
 
- EUTRAN_38 = 68¶
 
- EUTRAN_39 = 69¶
 
- UTRAN_4 = 7¶
 
- EUTRAN_40 = 70¶
 
- EUTRAN_41 = 71¶
 
- EUTRAN_42 = 72¶
 
- EUTRAN_43 = 73¶
 
- EUTRAN_44 = 74¶
 
- EUTRAN_45 = 75¶
 
- EUTRAN_46 = 76¶
 
- EUTRAN_47 = 77¶
 
- EUTRAN_48 = 78¶
 
- EUTRAN_49 = 79¶
 
- UTRAN_6 = 8¶
 
- EUTRAN_50 = 80¶
 
- EUTRAN_51 = 81¶
 
- EUTRAN_52 = 82¶
 
- EUTRAN_53 = 83¶
 
- EUTRAN_54 = 84¶
 
- EUTRAN_55 = 85¶
 
- EUTRAN_56 = 86¶
 
- EUTRAN_57 = 87¶
 
- EUTRAN_58 = 88¶
 
- EUTRAN_59 = 89¶
 
- UTRAN_5 = 9¶
 
- EUTRAN_60 = 90¶
 
- EUTRAN_61 = 91¶
 
- EUTRAN_62 = 92¶
 
- EUTRAN_63 = 93¶
 
- EUTRAN_64 = 94¶
 
- EUTRAN_65 = 95¶
 
- EUTRAN_66 = 96¶
 
- EUTRAN_67 = 97¶
 
- EUTRAN_68 = 98¶
 
- EUTRAN_69 = 99¶
 
- class ModemManager.ModemCdmaActivationState(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- NOT_ACTIVATED = 1¶
 
- ACTIVATING = 2¶
 
- PARTIALLY_ACTIVATED = 3¶
 
- ACTIVATED = 4¶
 
- class ModemManager.ModemCdmaRegistrationState(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- REGISTERED = 1¶
 
- HOME = 2¶
 
- ROAMING = 3¶
 
- class ModemManager.ModemCdmaRmProtocol(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- ASYNC = 1¶
 
- PACKET_RELAY = 2¶
 
- PACKET_NETWORK_PPP = 3¶
 
- PACKET_NETWORK_SLIP = 4¶
 
- STU_III = 5¶
 
- class ModemManager.ModemContactsStorage(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- ME = 1¶
 
- SM = 2¶
 
- MT = 3¶
 
- class ModemManager.ModemLock(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- NONE = 1¶
 
- PH_SIM_PIN = 10¶
 
- PH_CORP_PIN = 11¶
 
- PH_CORP_PUK = 12¶
 
- PH_FSIM_PIN = 13¶
 
- PH_FSIM_PUK = 14¶
 
- PH_NETSUB_PIN = 15¶
 
- PH_NETSUB_PUK = 16¶
 
- SIM_PIN = 2¶
 
- SIM_PIN2 = 3¶
 
- SIM_PUK = 4¶
 
- SIM_PUK2 = 5¶
 
- PH_SP_PIN = 6¶
 
- PH_SP_PUK = 7¶
 
- PH_NET_PIN = 8¶
 
- PH_NET_PUK = 9¶
 
- class ModemManager.ModemPortType(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 1¶
 
- XMMRPC = 10¶
 
- NET = 2¶
 
- AT = 3¶
 
- QCDM = 4¶
 
- GPS = 5¶
 
- QMI = 6¶
 
- MBIM = 7¶
 
- AUDIO = 8¶
 
- IGNORED = 9¶
 
- class ModemManager.ModemPowerState(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- OFF = 1¶
 
- LOW = 2¶
 
- ON = 3¶
 
- class ModemManager.ModemState(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- FAILED = -1¶
 
- UNKNOWN = 0¶
 
- INITIALIZING = 1¶
 
- CONNECTING = 10¶
 
- CONNECTED = 11¶
 
- LOCKED = 2¶
 
- DISABLED = 3¶
 
- DISABLING = 4¶
 
- ENABLING = 5¶
 
- ENABLED = 6¶
 
- SEARCHING = 7¶
 
- REGISTERED = 8¶
 
- DISCONNECTING = 9¶
 
- class ModemManager.ModemStateChangeReason(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- USER_REQUESTED = 1¶
 
- SUSPEND = 2¶
 
- FAILURE = 3¶
 
- class ModemManager.ModemStateFailedReason(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- NONE = 0¶
 
- UNKNOWN = 1¶
 
- SIM_MISSING = 2¶
 
- SIM_ERROR = 3¶
 
- UNKNOWN_CAPABILITIES = 4¶
 
- ESIM_WITHOUT_PROFILES = 5¶
 
- class ModemManager.NetworkError(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- NONE = 0¶
 
- IMPLICITLY_DETACHED = 10¶
 
- CONDITIONAL_IE_ERROR = 100¶
 
- MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101¶
 
- PLMN_NOT_ALLOWED = 11¶
 
- PROTOCOL_ERROR_UNSPECIFIED = 111¶
 
- APN_RESTRICTION_VALUE_INCOMPATIBLE_WITH_ACTIVE_PDP_CONTEXT = 112¶
 
- MULTIPLE_ACCESSES_TO_A_PDN_CONNECTION_NOT_ALLOWED = 113¶
 
- UNKNOWN = 114¶
 
- LOCATION_AREA_NOT_ALLOWED = 12¶
 
- ROAMING_NOT_ALLOWED_IN_LOCATION_AREA = 13¶
 
- GPRS_NOT_ALLOWED_IN_PLMN = 14¶
 
- NO_CELLS_IN_LOCATION_AREA = 15¶
 
- MSC_TEMPORARILY_NOT_REACHABLE = 16¶
 
- NETWORK_FAILURE = 17¶
 
- CS_DOMAIN_NOT_AVAILABLE = 18¶
 
- ESM_FAILURE = 19¶
 
- IMSI_UNKNOWN_IN_HLR = 2¶
 
- MAC_FAILURE = 20¶
 
- SYNCH_FAILURE = 21¶
 
- CONGESTION = 22¶
 
- GSM_AUTHENTICATION_UNACCEPTABLE = 23¶
 
- NOT_AUTHORIZED_FOR_CSG = 25¶
 
- INSUFFICIENT_RESOURCES = 26¶
 
- MISSING_OR_UNKNOWN_APN = 27¶
 
- UNKNOWN_PDP_ADDRESS_OR_TYPE = 28¶
 
- USER_AUTHENTICATION_FAILED = 29¶
 
- ILLEGAL_MS = 3¶
 
- ACTIVATION_REJECTED_BY_GGSN_OR_GW = 30¶
 
- REDIRECTION_TO_5GCN_REQUIRED = 31¶
 
- SERVICE_OPTION_NOT_SUPPORTED = 32¶
 
- REQUESTED_SERVICE_OPTION_NOT_SUBSCRIBED = 33¶
 
- SERVICE_OPTION_TEMPORARILY_OUT_OF_ORDER = 34¶
 
- REQUESTED_SERVICE_OPTION_NOT_AUTHORIZED = 35¶
 
- CALL_CANNOT_BE_IDENTIFIED = 38¶
 
- CS_SERVICE_TEMPORARILY_NOT_AVAILABLE = 39¶
 
- IMSI_UNKNOWN_IN_VLR = 4¶
 
- NO_PDP_CONTEXT_ACTIVATED = 40¶
 
- SEMANTIC_ERROR_IN_THE_TFT_OPERATION = 41¶
 
- SYNTACTICAL_ERROR_IN_THE_TFT_OPERATION = 42¶
 
- UNKNOWN_PDP_CONTEXT = 43¶
 
- SEMANTIC_ERRORS_IN_PACKET_FILTER = 44¶
 
- SYNTACTICAL_ERRORS_IN_PACKET_FILTER = 45¶
 
- PDP_CONTEXT_WITHOUT_TFT_ALREADY_ACTIVATED = 46¶
 
- REQUEST_REJECTED_OR_BEARER_CONTROL_MODE_VIOLATION = 48¶
 
- LAST_PDN_DISCONNECTION_NOT_ALLOWED = 49¶
 
- IMEI_NOT_ACCEPTED = 5¶
 
- PDP_TYPE_IPV4_ONLY_ALLOWED = 50¶
 
- PDP_TYPE_IPV6_ONLY_ALLOWED = 51¶
 
- ILLEGAL_ME = 6¶
 
- NO_NETWORK_SLICES_AVAILABLE = 62¶
 
- MAXIMUM_NUMBER_OF_PDP_CONTEXTS_REACHED = 65¶
 
- REQUESTED_APN_NOT_SUPPORTED_IN_CURRENT_RAT_AND_PLMN = 66¶
 
- INSUFFICIENT_RESOURCES_FOR_SPECIFIC_SLICE_AND_DNN = 67¶
 
- INSUFFICIENT_RESOURCES_FOR_SPECIFIC_SLICE = 69¶
 
- GPRS_NOT_ALLOWED = 7¶
 
- NGKSI_ALREADY_IN_USE = 71¶
 
- NON_3GPP_ACCESS_TO_5GCN_NOT_ALLOWED = 72¶
 
- SERVING_NETWORK_NOT_AUTHORIZED = 73¶
 
- TEMPORARILY_NOT_AUTHORIZED_FOR_THIS_SNPN = 74¶
 
- PERMANENTLY_NOT_AUTHORIZED_FOR_THIS_SNPN = 75¶
 
- NOT_AUTHORIZED_FOR_THIS_CAG_OR_AUTHORIZED_FOR_CAG_CELLS_ONLY = 76¶
 
- WIRELINE_ACCESS_AREA_NOT_ALLOWED = 77¶
 
- GPRS_AND_NON_GPRS_NOT_ALLOWED = 8¶
 
- MS_IDENTITY_NOT_DERIVED_BY_NETWORK = 9¶
 
- PAYLOAD_WAS_NOT_FORWARDED = 90¶
 
- DNN_NOT_SUPPORTED_OR_NOT_SUBSCRIBED_IN_THE_SLICE = 91¶
 
- INSUFFICIENT_USER_PLANE_RESOURCES_FOR_THE_PDU_SESSION = 92¶
 
- SEMANTICALLY_INCORRECT_MESSAGE = 95¶
 
- INVALID_MANDATORY_INFORMATION = 96¶
 
- MESSAGE_TYPE_NON_EXISTENT_OR_NOT_IMPLEMENTED = 97¶
 
- MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98¶
 
- INFORMATION_ELEMENT_NON_EXISTENT_OR_NOT_IMPLEMENTED = 99¶
 
- class ModemManager.OmaSessionState(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- FAILED = -1¶
 
- UNKNOWN = 0¶
 
- STARTED = 1¶
 
- MDN_DOWNLOADED = 10¶
 
- MSID_DOWNLOADED = 11¶
 
- PRL_DOWNLOADED = 12¶
 
- MIP_PROFILE_DOWNLOADED = 13¶
 
- RETRYING = 2¶
 
- COMPLETED = 20¶
 
- CONNECTING = 3¶
 
- CONNECTED = 4¶
 
- AUTHENTICATED = 5¶
 
- class ModemManager.OmaSessionStateFailedReason(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- NETWORK_UNAVAILABLE = 1¶
 
- SERVER_UNAVAILABLE = 2¶
 
- AUTHENTICATION_FAILED = 3¶
 
- MAX_RETRY_EXCEEDED = 4¶
 
- SESSION_CANCELLED = 5¶
 
- class ModemManager.OmaSessionType(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- CLIENT_INITIATED_DEVICE_CONFIGURE = 10¶
 
- CLIENT_INITIATED_PRL_UPDATE = 11¶
 
- CLIENT_INITIATED_HANDS_FREE_ACTIVATION = 12¶
 
- NETWORK_INITIATED_DEVICE_CONFIGURE = 20¶
 
- NETWORK_INITIATED_PRL_UPDATE = 21¶
 
- DEVICE_INITIATED_PRL_UPDATE = 30¶
 
- DEVICE_INITIATED_HANDS_FREE_ACTIVATION = 31¶
 
- class ModemManager.SerialError(value)¶
 Bases:
GObject.GEnum- UNKNOWN = 0¶
 
- OPENFAILED = 1¶
 
- SENDFAILED = 2¶
 
- RESPONSETIMEOUT = 3¶
 
- OPENFAILEDNODEVICE = 4¶
 
- FLASHFAILED = 5¶
 
- NOTOPEN = 6¶
 
- PARSEFAILED = 7¶
 
- FRAMENOTFOUND = 8¶
 
- class ModemManager.ServingCellType(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- INVALID = -1¶
 
- UNKNOWN = 0¶
 
- PCELL = 1¶
 
- SCELL = 2¶
 
- PSCELL = 3¶
 
- SSCELL = 4¶
 
- class ModemManager.SimEsimStatus(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- NO_PROFILES = 1¶
 
- WITH_PROFILES = 2¶
 
- class ModemManager.SimRemovability(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- REMOVABLE = 1¶
 
- NOT_REMOVABLE = 2¶
 
- class ModemManager.SimType(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- PHYSICAL = 1¶
 
- ESIM = 2¶
 
- class ModemManager.SmsCdmaServiceCategory(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- EMERGENCY_BROADCAST = 1¶
 
- BUSINESS_NEWS_NATIONAL = 10¶
 
- BUSINESS_NEWS_INTERNATIONAL = 11¶
 
- SPORTS_NEWS_LOCAL = 12¶
 
- SPORTS_NEWS_REGIONAL = 13¶
 
- SPORTS_NEWS_NATIONAL = 14¶
 
- SPORTS_NEWS_INTERNATIONAL = 15¶
 
- ENTERTAINMENT_NEWS_LOCAL = 16¶
 
- ENTERTAINMENT_NEWS_REGIONAL = 17¶
 
- ENTERTAINMENT_NEWS_NATIONAL = 18¶
 
- ENTERTAINMENT_NEWS_INTERNATIONAL = 19¶
 
- ADMINISTRATIVE = 2¶
 
- LOCAL_WEATHER = 20¶
 
- TRAFFIC_REPORT = 21¶
 
- FLIGHT_SCHEDULES = 22¶
 
- RESTAURANTS = 23¶
 
- LODGINGS = 24¶
 
- RETAIL_DIRECTORY = 25¶
 
- ADVERTISEMENTS = 26¶
 
- STOCK_QUOTES = 27¶
 
- EMPLOYMENT = 28¶
 
- HOSPITALS = 29¶
 
- MAINTENANCE = 3¶
 
- TECHNOLOGY_NEWS = 30¶
 
- MULTICATEGORY = 31¶
 
- GENERAL_NEWS_LOCAL = 4¶
 
- CMAS_PRESIDENTIAL_ALERT = 4096¶
 
- CMAS_EXTREME_THREAT = 4097¶
 
- CMAS_SEVERE_THREAT = 4098¶
 
- CMAS_CHILD_ABDUCTION_EMERGENCY = 4099¶
 
- CMAS_TEST = 4100¶
 
- GENERAL_NEWS_REGIONAL = 5¶
 
- GENERAL_NEWS_NATIONAL = 6¶
 
- GENERAL_NEWS_INTERNATIONAL = 7¶
 
- BUSINESS_NEWS_LOCAL = 8¶
 
- BUSINESS_NEWS_REGIONAL = 9¶
 
- class ModemManager.SmsCdmaTeleserviceId(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- CMT91 = 4096¶
 
- WPT = 4097¶
 
- WMT = 4098¶
 
- VMN = 4099¶
 
- WAP = 4100¶
 
- WEMT = 4101¶
 
- SCPT = 4102¶
 
- CATPT = 4103¶
 
- class ModemManager.SmsDeliveryState(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- COMPLETED_RECEIVED = 0¶
 
- COMPLETED_FORWARDED_UNCONFIRMED = 1¶
 
- TEMPORARY_FATAL_ERROR_QOS_NOT_AVAILABLE = 100¶
 
- TEMPORARY_FATAL_ERROR_IN_SME = 101¶
 
- COMPLETED_REPLACED_BY_SC = 2¶
 
- UNKNOWN = 256¶
 
- TEMPORARY_ERROR_CONGESTION = 32¶
 
- TEMPORARY_ERROR_SME_BUSY = 33¶
 
- TEMPORARY_ERROR_NO_RESPONSE_FROM_SME = 34¶
 
- TEMPORARY_ERROR_SERVICE_REJECTED = 35¶
 
- TEMPORARY_ERROR_QOS_NOT_AVAILABLE = 36¶
 
- TEMPORARY_ERROR_IN_SME = 37¶
 
- NETWORK_PROBLEM_ADDRESS_VACANT = 512¶
 
- NETWORK_PROBLEM_ADDRESS_TRANSLATION_FAILURE = 513¶
 
- NETWORK_PROBLEM_NETWORK_RESOURCE_OUTAGE = 514¶
 
- NETWORK_PROBLEM_NETWORK_FAILURE = 515¶
 
- NETWORK_PROBLEM_INVALID_TELESERVICE_ID = 516¶
 
- NETWORK_PROBLEM_OTHER = 517¶
 
- TERMINAL_PROBLEM_NO_PAGE_RESPONSE = 544¶
 
- TERMINAL_PROBLEM_DESTINATION_BUSY = 545¶
 
- TERMINAL_PROBLEM_NO_ACKNOWLEDGMENT = 546¶
 
- TERMINAL_PROBLEM_DESTINATION_RESOURCE_SHORTAGE = 547¶
 
- TERMINAL_PROBLEM_SMS_DELIVERY_POSTPONED = 548¶
 
- TERMINAL_PROBLEM_DESTINATION_OUT_OF_SERVICE = 549¶
 
- TERMINAL_PROBLEM_DESTINATION_NO_LONGER_AT_THIS_ADDRESS = 550¶
 
- TERMINAL_PROBLEM_OTHER = 551¶
 
- RADIO_INTERFACE_PROBLEM_RESOURCE_SHORTAGE = 576¶
 
- RADIO_INTERFACE_PROBLEM_INCOMPATIBILITY = 577¶
 
- RADIO_INTERFACE_PROBLEM_OTHER = 578¶
 
- GENERAL_PROBLEM_ENCODING = 608¶
 
- GENERAL_PROBLEM_SMS_ORIGINATION_DENIED = 609¶
 
- GENERAL_PROBLEM_SMS_TERMINATION_DENIED = 610¶
 
- GENERAL_PROBLEM_SUPPLEMENTARY_SERVICE_NOT_SUPPORTED = 611¶
 
- GENERAL_PROBLEM_SMS_NOT_SUPPORTED = 612¶
 
- GENERAL_PROBLEM_MISSING_EXPECTED_PARAMETER = 614¶
 
- GENERAL_PROBLEM_MISSING_MANDATORY_PARAMETER = 615¶
 
- GENERAL_PROBLEM_UNRECOGNIZED_PARAMETER_VALUE = 616¶
 
- GENERAL_PROBLEM_UNEXPECTED_PARAMETER_VALUE = 617¶
 
- GENERAL_PROBLEM_USER_DATA_SIZE_ERROR = 618¶
 
- GENERAL_PROBLEM_OTHER = 619¶
 
- ERROR_REMOTE_PROCEDURE = 64¶
 
- ERROR_INCOMPATIBLE_DESTINATION = 65¶
 
- ERROR_CONNECTION_REJECTED = 66¶
 
- ERROR_NOT_OBTAINABLE = 67¶
 
- ERROR_QOS_NOT_AVAILABLE = 68¶
 
- ERROR_NO_INTERWORKING_AVAILABLE = 69¶
 
- ERROR_VALIDITY_PERIOD_EXPIRED = 70¶
 
- ERROR_DELETED_BY_ORIGINATING_SME = 71¶
 
- ERROR_DELETED_BY_SC_ADMINISTRATION = 72¶
 
- ERROR_MESSAGE_DOES_NOT_EXIST = 73¶
 
- TEMPORARY_NETWORK_PROBLEM_ADDRESS_VACANT = 768¶
 
- TEMPORARY_NETWORK_PROBLEM_ADDRESS_TRANSLATION_FAILURE = 769¶
 
- TEMPORARY_NETWORK_PROBLEM_NETWORK_RESOURCE_OUTAGE = 770¶
 
- TEMPORARY_NETWORK_PROBLEM_NETWORK_FAILURE = 771¶
 
- TEMPORARY_NETWORK_PROBLEM_INVALID_TELESERVICE_ID = 772¶
 
- TEMPORARY_NETWORK_PROBLEM_OTHER = 773¶
 
- TEMPORARY_TERMINAL_PROBLEM_NO_PAGE_RESPONSE = 800¶
 
- TEMPORARY_TERMINAL_PROBLEM_DESTINATION_BUSY = 801¶
 
- TEMPORARY_TERMINAL_PROBLEM_NO_ACKNOWLEDGMENT = 802¶
 
- TEMPORARY_TERMINAL_PROBLEM_DESTINATION_RESOURCE_SHORTAGE = 803¶
 
- TEMPORARY_TERMINAL_PROBLEM_SMS_DELIVERY_POSTPONED = 804¶
 
- TEMPORARY_TERMINAL_PROBLEM_DESTINATION_OUT_OF_SERVICE = 805¶
 
- TEMPORARY_TERMINAL_PROBLEM_DESTINATION_NO_LONGER_AT_THIS_ADDRESS = 806¶
 
- TEMPORARY_TERMINAL_PROBLEM_OTHER = 807¶
 
- TEMPORARY_RADIO_INTERFACE_PROBLEM_RESOURCE_SHORTAGE = 832¶
 
- TEMPORARY_RADIO_INTERFACE_PROBLEM_INCOMPATIBILITY = 833¶
 
- TEMPORARY_RADIO_INTERFACE_PROBLEM_OTHER = 834¶
 
- TEMPORARY_GENERAL_PROBLEM_ENCODING = 864¶
 
- TEMPORARY_GENERAL_PROBLEM_SMS_ORIGINATION_DENIED = 865¶
 
- TEMPORARY_GENERAL_PROBLEM_SMS_TERMINATION_DENIED = 866¶
 
- TEMPORARY_GENERAL_PROBLEM_SUPPLEMENTARY_SERVICE_NOT_SUPPORTED = 867¶
 
- TEMPORARY_GENERAL_PROBLEM_SMS_NOT_SUPPORTED = 868¶
 
- TEMPORARY_GENERAL_PROBLEM_MISSING_EXPECTED_PARAMETER = 870¶
 
- TEMPORARY_GENERAL_PROBLEM_MISSING_MANDATORY_PARAMETER = 871¶
 
- TEMPORARY_GENERAL_PROBLEM_UNRECOGNIZED_PARAMETER_VALUE = 872¶
 
- TEMPORARY_GENERAL_PROBLEM_UNEXPECTED_PARAMETER_VALUE = 873¶
 
- TEMPORARY_GENERAL_PROBLEM_USER_DATA_SIZE_ERROR = 874¶
 
- TEMPORARY_GENERAL_PROBLEM_OTHER = 875¶
 
- TEMPORARY_FATAL_ERROR_CONGESTION = 96¶
 
- TEMPORARY_FATAL_ERROR_SME_BUSY = 97¶
 
- TEMPORARY_FATAL_ERROR_NO_RESPONSE_FROM_SME = 98¶
 
- TEMPORARY_FATAL_ERROR_SERVICE_REJECTED = 99¶
 
- class ModemManager.SmsPduType(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- DELIVER = 1¶
 
- SUBMIT = 2¶
 
- STATUS_REPORT = 3¶
 
- CDMA_DELIVER = 32¶
 
- CDMA_SUBMIT = 33¶
 
- CDMA_CANCELLATION = 34¶
 
- CDMA_DELIVERY_ACKNOWLEDGEMENT = 35¶
 
- CDMA_USER_ACKNOWLEDGEMENT = 36¶
 
- CDMA_READ_ACKNOWLEDGEMENT = 37¶
 
- class ModemManager.SmsState(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- STORED = 1¶
 
- RECEIVING = 2¶
 
- RECEIVED = 3¶
 
- SENDING = 4¶
 
- SENT = 5¶
 
- class ModemManager.SmsStorage(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- SM = 1¶
 
- ME = 2¶
 
- MT = 3¶
 
- SR = 4¶
 
- BM = 5¶
 
- TA = 6¶
 
- class ModemManager.SmsValidityType(value)¶
 Bases:
GObject.GEnum- classmethod 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.
- UNKNOWN = 0¶
 
- RELATIVE = 1¶
 
- ABSOLUTE = 2¶
 
- ENHANCED = 3¶