Qmi.MessageOmaSendSelectionInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
Details¶
- class Qmi.MessageOmaSendSelectionInput¶
The
Qmi.MessageOmaSendSelectionInput
structure contains private data and should only be accessed using the provided API.New in version 1.6.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageOmaSendSelectionInput
. The returned value should be freed withQmi.MessageOmaSendSelectionInput.unref
().- Return type:
Allocates a new
Qmi.MessageOmaSendSelectionInput
.New in version 1.6.
- get_network_initiated_alert_selection()¶
- Raises:
- Returns:
- Return type:
(
bool
, value_network_initiated_alert_selection_control_point_selection_accept:bool
, value_network_initiated_alert_selection_session_id:int
)
Get the ‘Network Initiated Alert Selection’ 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.
- set_network_initiated_alert_selection(value_network_initiated_alert_selection_control_point_selection_accept, value_network_initiated_alert_selection_session_id)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Network Initiated Alert Selection’ field in the message.
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.