Qmi.MessageOmaStartSessionInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
Details¶
- class Qmi.MessageOmaStartSessionInput¶
The
Qmi.MessageOmaStartSessionInput
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.MessageOmaStartSessionInput
. The returned value should be freed withQmi.MessageOmaStartSessionInput.unref
().- Return type:
Allocates a new
Qmi.MessageOmaStartSessionInput
.New in version 1.6.
- get_session_type()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_session_type:
a placeholder for the output
Qmi.OmaSessionType
, orNone
if not required.
- Return type:
(
bool
, value_session_type:Qmi.OmaSessionType
)
Get the ‘Session Type’ 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_session_type(value_session_type)¶
- Parameters:
value_session_type (
Qmi.OmaSessionType
) – aQmi.OmaSessionType
.- Raises:
- Returns:
- Return type:
Set the ‘Session Type’ 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.