Qmi.MessageNasGetTxRxInfoInput¶
Fields¶
None
Methods¶
class  | 
  | 
  | 
|
  | 
|
  | 
Details¶
- class Qmi.MessageNasGetTxRxInfoInput¶
 The
Qmi.MessageNasGetTxRxInfoInputstructure contains private data and should only be accessed using the provided API.New in version 1.6.
- classmethod new()¶
 - Returns:
 the newly created
Qmi.MessageNasGetTxRxInfoInput. The returned value should be freed withQmi.MessageNasGetTxRxInfoInput.unref().- Return type:
 
Allocates a new
Qmi.MessageNasGetTxRxInfoInput.New in version 1.6.
- get_radio_interface()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_radio_interface:
 a placeholder for the output
Qmi.NasRadioInterface, orNoneif not required.
- Return type:
 (
bool, value_radio_interface:Qmi.NasRadioInterface)
Get the ‘Radio Interface’ field from self.
New in version 1.6.
- ref()¶
 - Returns:
 the new reference to self.
- Return type:
 
Atomically increments the reference count of self by one.
New in version 1.6.
- set_radio_interface(value_radio_interface)¶
 - Parameters:
 value_radio_interface (
Qmi.NasRadioInterface) – aQmi.NasRadioInterface.- Raises:
 - Returns:
 - Return type:
 
Set the ‘Radio Interface’ field in the message.
New in version 1.6.
- 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.6.