Qmi.MessageWdsBindDataPortInput¶
Fields¶
None
Methods¶
| class | 
 | 
| 
 | |
| 
 | |
| 
 | 
Details¶
- class Qmi.MessageWdsBindDataPortInput¶
- The - Qmi.MessageWdsBindDataPortInputstructure contains private data and should only be accessed using the provided API.- New in version 1.28. - classmethod new()¶
- Returns:
- the newly created - Qmi.MessageWdsBindDataPortInput. The returned value should be freed with- Qmi.MessageWdsBindDataPortInput.unref().
- Return type:
 - Allocates a new - Qmi.MessageWdsBindDataPortInput.- New in version 1.28. 
 - get_data_port()¶
- Raises:
- Returns:
- Trueif the field is found,- Falseotherwise.- value_data_port:
- a placeholder for the output - Qmi.SioPort, or- Noneif not required.
 
- Return type:
- ( - bool, value_data_port:- Qmi.SioPort)
 - Get the ‘Data Port’ field from self. - New in version 1.28. 
 - ref()¶
- Returns:
- the new reference to self. 
- Return type:
 - Atomically increments the reference count of self by one. - New in version 1.28. 
 - set_data_port(value_data_port)¶
- Parameters:
- value_data_port ( - Qmi.SioPort) – a- Qmi.SioPort.
- Raises:
- Returns:
- Return type:
 - Set the ‘Data Port’ field in the message. - New in version 1.28. 
 - 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.28.