Qmi.MessageOmaGetSessionInfoOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class Qmi.MessageOmaGetSessionInfoOutput¶
The
Qmi.MessageOmaGetSessionInfoOutput
structure contains private data and should only be accessed using the provided API.New in version 1.6.
- get_network_initiated_alert()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_network_initiated_alert_session_type:
a placeholder for the output
Qmi.OmaSessionType
, orNone
if not required.- value_network_initiated_alert_session_id:
a placeholder for the output #guint16, or
None
if 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_result()¶
- Raises:
- Returns:
- Return type:
Get the result of the QMI operation.
New in version 1.6.
- get_retry_info()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_retry_info_retry_count:
a placeholder for the output #guint8, or
None
if not required.- value_retry_info_retry_pause_timer:
a placeholder for the output #guint16, or
None
if not required.- value_retry_info_retry_pause_timer_remaining:
a placeholder for the output #guint16, or
None
if not required.
- Return type:
(
bool
, value_retry_info_retry_count:int
, value_retry_info_retry_pause_timer:int
, value_retry_info_retry_pause_timer_remaining:int
)
Get the ‘Retry Info’ field from self.
New in version 1.6.
- get_session_failed_reason()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_session_failed_reason:
a placeholder for the output
Qmi.OmaSessionFailedReason
, orNone
if not required.
- Return type:
(
bool
, value_session_failed_reason:Qmi.OmaSessionFailedReason
)
Get the ‘Session Failed Reason’ field from self.
New in version 1.6.
- get_session_info()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_session_info_session_state:
a placeholder for the output
Qmi.OmaSessionState
, orNone
if not required.- value_session_info_session_type:
a placeholder for the output
Qmi.OmaSessionType
, orNone
if not required.
- Return type:
(
bool
, value_session_info_session_state:Qmi.OmaSessionState
, value_session_info_session_type:Qmi.OmaSessionType
)
Get the ‘Session Info’ 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.