Qmi.MessageQosGetFlowStatusInput¶
Fields¶
None
Methods¶
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
Details¶
- class Qmi.MessageQosGetFlowStatusInput¶
 The
Qmi.MessageQosGetFlowStatusInputstructure contains private data and should only be accessed using the provided API.New in version 1.22.
- classmethod new()¶
 - Returns:
 the newly created
Qmi.MessageQosGetFlowStatusInput. The returned value should be freed withQmi.MessageQosGetFlowStatusInput.unref().- Return type:
 
Allocates a new
Qmi.MessageQosGetFlowStatusInput.New in version 1.22.
- get_qos_id()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_qos_id:
 a placeholder for the output #guint32, or
Noneif not required.
- Return type:
 
Get the ‘Qos Id’ field from self.
New in version 1.22.
- ref()¶
 - Returns:
 the new reference to self.
- Return type:
 
Atomically increments the reference count of self by one.
New in version 1.22.
- set_qos_id(value_qos_id)¶
 - Parameters:
 value_qos_id (
int) – a #guint32.- Raises:
 - Returns:
 - Return type:
 
Set the ‘Qos Id’ field in the message.
New in version 1.22.
- 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.22.