Qmi.MessageGasDmsSetFirmwareAutoSimInput¶
Fields¶
None
Methods¶
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
Details¶
- class Qmi.MessageGasDmsSetFirmwareAutoSimInput¶
 The
Qmi.MessageGasDmsSetFirmwareAutoSimInputstructure contains private data and should only be accessed using the provided API.New in version 1.36.
- classmethod new()¶
 - Returns:
 the newly created
Qmi.MessageGasDmsSetFirmwareAutoSimInput. The returned value should be freed withQmi.MessageGasDmsSetFirmwareAutoSimInput.unref().- Return type:
 
Allocates a new
Qmi.MessageGasDmsSetFirmwareAutoSimInput.New in version 1.36.
- get_auto_sim_mode()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_auto_sim_mode:
 a placeholder for the output
Qmi.GasFirmwareAutoSimMode, orNoneif not required.
- Return type:
 (
bool, value_auto_sim_mode:Qmi.GasFirmwareAutoSimMode)
Get the ‘Auto Sim Mode’ field from self.
New in version 1.36.
- get_config_id()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_config_id:
 a placeholder for the output #guint8, or
Noneif not required.
- Return type:
 
Get the ‘Config Id’ field from self.
New in version 1.36.
- ref()¶
 - Returns:
 the new reference to self.
- Return type:
 
Atomically increments the reference count of self by one.
New in version 1.36.
- set_auto_sim_mode(value_auto_sim_mode)¶
 - Parameters:
 value_auto_sim_mode (
Qmi.GasFirmwareAutoSimMode) – aQmi.GasFirmwareAutoSimMode.- Raises:
 - Returns:
 - Return type:
 
Set the ‘Auto Sim Mode’ field in the message.
New in version 1.36.
- set_config_id(value_config_id)¶
 - Parameters:
 value_config_id (
int) – a #guint8.- Raises:
 - Returns:
 - Return type:
 
Set the ‘Config Id’ field in the message.
New in version 1.36.
- 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.36.