Qmi.MessageVoiceDialCallInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
Details¶
- class Qmi.MessageVoiceDialCallInput¶
The
Qmi.MessageVoiceDialCallInput
structure contains private data and should only be accessed using the provided API.New in version 1.14.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageVoiceDialCallInput
. The returned value should be freed withQmi.MessageVoiceDialCallInput.unref
().- Return type:
Allocates a new
Qmi.MessageVoiceDialCallInput
.New in version 1.14.
- get_calling_number()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_calling_number:
a placeholder for the output constant string, or
None
if not required.
- Return type:
Get the ‘Calling Number’ field from self.
New in version 1.14.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.14.
- set_calling_number(value_calling_number)¶
- Parameters:
value_calling_number (
str
) – a constant string.- Raises:
- Returns:
- Return type:
Set the ‘Calling Number’ field in the message.
New in version 1.14.
- 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.14.