Qmi.MessagePbmGetAllCapabilitiesOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class Qmi.MessagePbmGetAllCapabilitiesOutput¶
The
Qmi.MessagePbmGetAllCapabilitiesOutputstructure 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:
Trueif the field is found,Falseotherwise.- value_additional_number_alpha_string_capability_ptr:
a placeholder for the output array of
Qmi.MessagePbmGetAllCapabilitiesOutputAdditionalNumberAlphaStringCapabilityElementelements, orNoneif not required. Do not free or modify it, it is owned by self.
- Return type:
(
bool, value_additional_number_alpha_string_capability_ptr: [Qmi.MessagePbmGetAllCapabilitiesOutputAdditionalNumberAlphaStringCapabilityElement])
Get the ‘Additional Number Alpha String Capability’ field from self.
Version of
Qmi.MessagePbmGetAllCapabilitiesOutput.get_additional_number_alpha_string_capability() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.New in version 1.32.
- get_additional_number_capability()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_additional_number_capability_ptr:
a placeholder for the output array of
Qmi.MessagePbmGetAllCapabilitiesOutputAdditionalNumberCapabilityElementelements, orNoneif not required. Do not free or modify it, it is owned by self.
- Return type:
(
bool, value_additional_number_capability_ptr: [Qmi.MessagePbmGetAllCapabilitiesOutputAdditionalNumberCapabilityElement])
Get the ‘Additional Number Capability’ field from self.
Version of
Qmi.MessagePbmGetAllCapabilitiesOutput.get_additional_number_capability() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.New in version 1.32.
- get_capability_basic_information()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_capability_basic_information_ptr:
a placeholder for the output array of #QmiMessagePbmGetAllCapabilitiesOutputCapabilityBasicInformationElement elements, or
Noneif not required. Do not free or modify it, it is owned by self.
- Return type:
(
bool, value_capability_basic_information_ptr: [Qmi.MessagePbmGetAllCapabilitiesOutputCapabilityBasicInformationElementGir])
Get the ‘Capability Basic Information’ field from self.
Version of
Qmi.MessagePbmGetAllCapabilitiesOutput.get_capability_basic_information() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.New in version 1.32.
- get_email_capability()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_email_capability_ptr:
a placeholder for the output array of
Qmi.MessagePbmGetAllCapabilitiesOutputEmailCapabilityElementelements, orNoneif not required. Do not free or modify it, it is owned by self.
- Return type:
(
bool, value_email_capability_ptr: [Qmi.MessagePbmGetAllCapabilitiesOutputEmailCapabilityElement])
Get the ‘Email Capability’ field from self.
Version of
Qmi.MessagePbmGetAllCapabilitiesOutput.get_email_capability() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.New in version 1.32.
- get_group_capability()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_group_capability_ptr:
a placeholder for the output array of
Qmi.MessagePbmGetAllCapabilitiesOutputGroupCapabilityElementelements, orNoneif not required. Do not free or modify it, it is owned by self.
- Return type:
(
bool, value_group_capability_ptr: [Qmi.MessagePbmGetAllCapabilitiesOutputGroupCapabilityElement])
Get the ‘Group Capability’ field from self.
Version of
Qmi.MessagePbmGetAllCapabilitiesOutput.get_group_capability() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.New in version 1.32.
- get_grouping_information_alpha_string_capability()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_grouping_information_alpha_string_capability_ptr:
a placeholder for the output array of
Qmi.MessagePbmGetAllCapabilitiesOutputGroupingInformationAlphaStringCapabilityElementelements, orNoneif not required. Do not free or modify it, it is owned by self.
- Return type:
(
bool, value_grouping_information_alpha_string_capability_ptr: [Qmi.MessagePbmGetAllCapabilitiesOutputGroupingInformationAlphaStringCapabilityElement])
Get the ‘Grouping Information Alpha String Capability’ field from self.
Version of
Qmi.MessagePbmGetAllCapabilitiesOutput.get_grouping_information_alpha_string_capability() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.New in version 1.32.
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_hidden_records_capability_ptr:
a placeholder for the output array of
Qmi.MessagePbmGetAllCapabilitiesOutputHiddenRecordsCapabilityElementelements, orNoneif not required. Do not free or modify it, it is owned by self.
- Return type:
(
bool, value_hidden_records_capability_ptr: [Qmi.MessagePbmGetAllCapabilitiesOutputHiddenRecordsCapabilityElement])
Get the ‘Hidden Records Capability’ field from self.
Version of
Qmi.MessagePbmGetAllCapabilitiesOutput.get_hidden_records_capability() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.New in version 1.32.
- get_result()¶
- Raises:
- Returns:
- Return type:
Get the result of the QMI operation.
New in version 1.6.
- get_second_name_capability()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_second_name_capability_ptr:
a placeholder for the output array of
Qmi.MessagePbmGetAllCapabilitiesOutputSecondNameCapabilityElementelements, orNoneif not required. Do not free or modify it, it is owned by self.
- Return type:
(
bool, value_second_name_capability_ptr: [Qmi.MessagePbmGetAllCapabilitiesOutputSecondNameCapabilityElement])
Get the ‘Second Name Capability’ field from self.
Version of
Qmi.MessagePbmGetAllCapabilitiesOutput.get_second_name_capability() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.New in version 1.32.
- 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.