Qmi.MessagePdcConfigChangeInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
Details¶
- class Qmi.MessagePdcConfigChangeInput¶
The
Qmi.MessagePdcConfigChangeInputstructure contains private data and should only be accessed using the provided API.New in version 1.18.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessagePdcConfigChangeInput. The returned value should be freed withQmi.MessagePdcConfigChangeInput.unref().- Return type:
Allocates a new
Qmi.MessagePdcConfigChangeInput.New in version 1.18.
- get_type_with_id_v2()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_type_with_id_v2_config_type:
a placeholder for the output
Qmi.PdcConfigurationType, orNoneif not required.- value_type_with_id_v2_id:
a placeholder for the output
GLib.Arrayof #guint8 elements, orNoneif not required. Do not free it, it is owned by self.
- Return type:
(
bool, value_type_with_id_v2_config_type:Qmi.PdcConfigurationType, value_type_with_id_v2_id:bytes)
Get the ‘Type With Id v2’ field from self.
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.18.
- set_type_with_id_v2(value_type_with_id_v2_config_type, value_type_with_id_v2_id)¶
- Parameters:
value_type_with_id_v2_config_type (
Qmi.PdcConfigurationType) – aQmi.PdcConfigurationType.value_type_with_id_v2_id (
bytes) – aGLib.Arrayof #guint8 elements. A new reference to value_type_with_id_v2_id will be taken, so the caller must make sure the array was created with the correctGLib.DestroyNotifyas clear function for each element in the array.
- Raises:
- Returns:
- Return type:
Set the ‘Type With Id v2’ field in the message.
New in version 1.32.
- 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.18.