Qmi.MessagePbmGetAllCapabilitiesOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class Qmi.MessagePbmGetAllCapabilitiesOutput¶
The
Qmi.MessagePbmGetAllCapabilitiesOutput
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_ptr:
a placeholder for the output array of
Qmi.MessagePbmGetAllCapabilitiesOutputAdditionalNumberAlphaStringCapabilityElement
elements, orNone
if 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:
True
if the field is found,False
otherwise.- value_additional_number_capability_ptr:
a placeholder for the output array of
Qmi.MessagePbmGetAllCapabilitiesOutputAdditionalNumberCapabilityElement
elements, orNone
if 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:
True
if the field is found,False
otherwise.- value_capability_basic_information_ptr:
a placeholder for the output array of #QmiMessagePbmGetAllCapabilitiesOutputCapabilityBasicInformationElement elements, or
None
if 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:
True
if the field is found,False
otherwise.- value_email_capability_ptr:
a placeholder for the output array of
Qmi.MessagePbmGetAllCapabilitiesOutputEmailCapabilityElement
elements, orNone
if 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:
True
if the field is found,False
otherwise.- value_group_capability_ptr:
a placeholder for the output array of
Qmi.MessagePbmGetAllCapabilitiesOutputGroupCapabilityElement
elements, orNone
if 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:
True
if the field is found,False
otherwise.- value_grouping_information_alpha_string_capability_ptr:
a placeholder for the output array of
Qmi.MessagePbmGetAllCapabilitiesOutputGroupingInformationAlphaStringCapabilityElement
elements, orNone
if 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:
True
if the field is found,False
otherwise.- value_hidden_records_capability_ptr:
a placeholder for the output array of
Qmi.MessagePbmGetAllCapabilitiesOutputHiddenRecordsCapabilityElement
elements, orNone
if 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:
True
if the field is found,False
otherwise.- value_second_name_capability_ptr:
a placeholder for the output array of
Qmi.MessagePbmGetAllCapabilitiesOutputSecondNameCapabilityElement
elements, orNone
if 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.