Qmi.MessagePbmGetCapabilitiesInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
Details¶
- class Qmi.MessagePbmGetCapabilitiesInput¶
The
Qmi.MessagePbmGetCapabilitiesInputstructure contains private data and should only be accessed using the provided API.New in version 1.6.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessagePbmGetCapabilitiesInput. The returned value should be freed withQmi.MessagePbmGetCapabilitiesInput.unref().- Return type:
Allocates a new
Qmi.MessagePbmGetCapabilitiesInput.New in version 1.6.
- get_phonebook_information()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_phonebook_information_session_type:
a placeholder for the output
Qmi.PbmSessionType, orNoneif not required.- value_phonebook_information_phonebook_type:
a placeholder for the output
Qmi.PbmPhonebookType, orNoneif not required.
- Return type:
(
bool, value_phonebook_information_session_type:Qmi.PbmSessionType, value_phonebook_information_phonebook_type:Qmi.PbmPhonebookType)
Get the ‘Phonebook Information’ 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_phonebook_information(value_phonebook_information_session_type, value_phonebook_information_phonebook_type)¶
- Parameters:
value_phonebook_information_session_type (
Qmi.PbmSessionType) – aQmi.PbmSessionType.value_phonebook_information_phonebook_type (
Qmi.PbmPhonebookType) – aQmi.PbmPhonebookType.
- Raises:
- Returns:
- Return type:
Set the ‘Phonebook Information’ 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.