Qmi.IndicationOmaEventReportOutput¶
Fields¶
None
Methods¶
  | 
|
  | 
Details¶
- class Qmi.IndicationOmaEventReportOutput¶
 The
Qmi.IndicationOmaEventReportOutputstructure contains private data and should only be accessed using the provided API.New in version 1.6.
- get_network_initiated_alert()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_network_initiated_alert_session_type:
 a placeholder for the output
Qmi.OmaSessionType, orNoneif not required.- value_network_initiated_alert_session_id:
 a placeholder for the output #guint16, or
Noneif not required.
- Return type:
 (
bool, value_network_initiated_alert_session_type:Qmi.OmaSessionType, value_network_initiated_alert_session_id:int)
Get the ‘Network Initiated Alert’ field from self.
New in version 1.6.
- get_session_fail_reason()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_session_fail_reason:
 a placeholder for the output
Qmi.OmaSessionFailedReason, orNoneif not required.
- Return type:
 (
bool, value_session_fail_reason:Qmi.OmaSessionFailedReason)
Get the ‘Session Fail Reason’ field from self.
New in version 1.6.
- get_session_state()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_session_state:
 a placeholder for the output
Qmi.OmaSessionState, orNoneif not required.
- Return type:
 (
bool, value_session_state:Qmi.OmaSessionState)
Get the ‘Session State’ field from self.
New in version 1.6.
- ref()¶
 - Returns:
 the new reference to self.
- Return type:
 
Atomically increments the reference count of self by one.
New in version 1.6.
- unref()¶
 Atomically decrements the reference count of self by one. If the reference count drops to 0, self is completely disposed.
New in version 1.6.