Qmi.MessagePbmGetCapabilitiesOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class Qmi.MessagePbmGetCapabilitiesOutput¶
The
Qmi.MessagePbmGetCapabilitiesOutput
structure contains private data and should only be accessed using the provided API.New in version 1.6.
- get_additional_number_alpha_string_capability()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_additional_number_alpha_string_capability_maximum_records:
a placeholder for the output #guint8, or
None
if not required.- value_additional_number_alpha_string_capability_used_records:
a placeholder for the output #guint8, or
None
if not required.- value_additional_number_alpha_string_capability_maximum_string_length:
a placeholder for the output #guint8, or
None
if not required.
- Return type:
(
bool
, value_additional_number_alpha_string_capability_maximum_records:int
, value_additional_number_alpha_string_capability_used_records:int
, value_additional_number_alpha_string_capability_maximum_string_length:int
)
Get the ‘Additional Number Alpha String Capability’ field from self.
New in version 1.6.
- get_additional_number_capability()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_additional_number_capability_maximum_additional_numbers:
a placeholder for the output #guint8, or
None
if not required.- value_additional_number_capability_maximum_additional_number_length:
a placeholder for the output #guint8, or
None
if not required.- value_additional_number_capability_maximum_additional_number_tag_length:
a placeholder for the output #guint8, or
None
if not required.
- Return type:
(
bool
, value_additional_number_capability_maximum_additional_numbers:int
, value_additional_number_capability_maximum_additional_number_length:int
, value_additional_number_capability_maximum_additional_number_tag_length:int
)
Get the ‘Additional Number Capability’ field from self.
New in version 1.6.
- get_capability_basic_information()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_capability_basic_information_session_type:
a placeholder for the output
Qmi.PbmSessionType
, orNone
if not required.- value_capability_basic_information_phonebook_type:
a placeholder for the output
Qmi.PbmPhonebookType
, orNone
if not required.- value_capability_basic_information_used_records:
a placeholder for the output #guint16, or
None
if not required.- value_capability_basic_information_maximum_records:
a placeholder for the output #guint16, or
None
if not required.- value_capability_basic_information_maximum_number_length:
a placeholder for the output #guint8, or
None
if not required.- value_capability_basic_information_maximum_name_length:
a placeholder for the output #guint8, or
None
if not required.
- Return type:
(
bool
, value_capability_basic_information_session_type:Qmi.PbmSessionType
, value_capability_basic_information_phonebook_type:Qmi.PbmPhonebookType
, value_capability_basic_information_used_records:int
, value_capability_basic_information_maximum_records:int
, value_capability_basic_information_maximum_number_length:int
, value_capability_basic_information_maximum_name_length:int
)
Get the ‘Capability Basic Information’ field from self.
New in version 1.6.
- get_email_capability()¶
- Raises:
- Returns:
- Return type:
(
bool
, value_email_capability_maximum_emails:int
, value_email_capability_maximum_email_address_length:int
)
Get the ‘Email Capability’ field from self.
New in version 1.6.
- get_group_capability()¶
- Raises:
- Returns:
- Return type:
(
bool
, value_group_capability_maximum_groups:int
, value_group_capability_maximum_group_tag_length:int
)
Get the ‘Group Capability’ field from self.
New in version 1.6.
- get_grouping_information_alpha_string_capability()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_grouping_information_alpha_string_capability_maximum_records:
a placeholder for the output #guint8, or
None
if not required.- value_grouping_information_alpha_string_capability_used_records:
a placeholder for the output #guint8, or
None
if not required.- value_grouping_information_alpha_string_capability_maximum_string_length:
a placeholder for the output #guint8, or
None
if not required.
- Return type:
(
bool
, value_grouping_information_alpha_string_capability_maximum_records:int
, value_grouping_information_alpha_string_capability_used_records:int
, value_grouping_information_alpha_string_capability_maximum_string_length:int
)
Get the ‘Grouping Information Alpha String Capability’ field from self.
New in version 1.6.
- Raises:
- Returns:
- Return type:
Get the ‘Hidden Records Capability’ field from self.
New in version 1.6.
- get_result()¶
- Raises:
- Returns:
- Return type:
Get the result of the QMI operation.
New in version 1.6.
- get_second_name_capability()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_second_name_capability_maximum_second_name_length:
a placeholder for the output #guint8, or
None
if not required.
- Return type:
(
bool
, value_second_name_capability_maximum_second_name_length:int
)
Get the ‘Second Name Capability’ 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.
- 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.