Qmi.MessageVoiceGetCallWaitingInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
Details¶
- class Qmi.MessageVoiceGetCallWaitingInput¶
The
Qmi.MessageVoiceGetCallWaitingInput
structure contains private data and should only be accessed using the provided API.New in version 1.30.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageVoiceGetCallWaitingInput
. The returned value should be freed withQmi.MessageVoiceGetCallWaitingInput.unref
().- Return type:
Allocates a new
Qmi.MessageVoiceGetCallWaitingInput
.New in version 1.30.
- get_service_class()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_service_class:
a placeholder for the output #guint8, or
None
if not required.
- Return type:
Get the ‘Service Class’ field from self.
New in version 1.30.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.30.
- set_service_class(value_service_class)¶
- Parameters:
value_service_class (
int
) – a #guint8.- Raises:
- Returns:
- Return type:
Set the ‘Service Class’ field in the message.
New in version 1.30.
- 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.30.