Qmi.MessageWdaLoopbackConfigurationInput¶
Fields¶
None
Methods¶
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
Details¶
- class Qmi.MessageWdaLoopbackConfigurationInput¶
 The
Qmi.MessageWdaLoopbackConfigurationInputstructure contains private data and should only be accessed using the provided API.New in version 1.36.
- classmethod new()¶
 - Returns:
 the newly created
Qmi.MessageWdaLoopbackConfigurationInput. The returned value should be freed withQmi.MessageWdaLoopbackConfigurationInput.unref().- Return type:
 
Allocates a new
Qmi.MessageWdaLoopbackConfigurationInput.New in version 1.36.
- get_loopback_state()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_loopback_state:
 a placeholder for the output
Qmi.WdaLoopBackState, orNoneif not required.
- Return type:
 (
bool, value_loopback_state:Qmi.WdaLoopBackState)
Get the ‘Loopback state’ field from self.
New in version 1.36.
- get_replication_factor()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_replication_factor:
 a placeholder for the output #guint32, or
Noneif not required.
- Return type:
 
Get the ‘Replication factor’ 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_loopback_state(value_loopback_state)¶
 - Parameters:
 value_loopback_state (
Qmi.WdaLoopBackState) – aQmi.WdaLoopBackState.- Raises:
 - Returns:
 - Return type:
 
Set the ‘Loopback state’ field in the message.
New in version 1.36.
- set_replication_factor(value_replication_factor)¶
 - Parameters:
 value_replication_factor (
int) – a #guint32.- Raises:
 - Returns:
 - Return type:
 
Set the ‘Replication factor’ 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.