Qmi.MessageNasGetLteCphyCaInfoOutput¶
Fields¶
None
Methods¶
  | 
|
  | 
|
  | 
Details¶
- class Qmi.MessageNasGetLteCphyCaInfoOutput¶
 The
Qmi.MessageNasGetLteCphyCaInfoOutputstructure contains private data and should only be accessed using the provided API.New in version 1.16.
- get_dl_bandwidth()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_dl_bandwidth:
 a placeholder for the output
Qmi.NasDLBandwidth, orNoneif not required.
- Return type:
 (
bool, value_dl_bandwidth:Qmi.NasDLBandwidth)
Get the ‘DL Bandwidth’ field from self.
New in version 1.16.
- get_phy_ca_agg_pcell_info()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_phy_ca_agg_pcell_info_physical_cell_id:
 a placeholder for the output #guint16, or
Noneif not required.- value_phy_ca_agg_pcell_info_rx_channel:
 a placeholder for the output #guint16, or
Noneif not required.- value_phy_ca_agg_pcell_info_dl_bandwidth:
 a placeholder for the output
Qmi.NasDLBandwidth, orNoneif not required.- value_phy_ca_agg_pcell_info_lte_band:
 a placeholder for the output
Qmi.NasActiveBand, orNoneif not required.
- Return type:
 (
bool, value_phy_ca_agg_pcell_info_physical_cell_id:int, value_phy_ca_agg_pcell_info_rx_channel:int, value_phy_ca_agg_pcell_info_dl_bandwidth:Qmi.NasDLBandwidth, value_phy_ca_agg_pcell_info_lte_band:Qmi.NasActiveBand)
Get the ‘Phy CA Agg PCell Info’ field from self.
New in version 1.16.
- get_phy_ca_agg_scell_info()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_phy_ca_agg_scell_info_physical_cell_id:
 a placeholder for the output #guint16, or
Noneif not required.- value_phy_ca_agg_scell_info_rx_channel:
 a placeholder for the output #guint16, or
Noneif not required.- value_phy_ca_agg_scell_info_dl_bandwidth:
 a placeholder for the output
Qmi.NasDLBandwidth, orNoneif not required.- value_phy_ca_agg_scell_info_lte_band:
 a placeholder for the output
Qmi.NasActiveBand, orNoneif not required.- value_phy_ca_agg_scell_info_state:
 a placeholder for the output
Qmi.NasScellState, orNoneif not required.
- Return type:
 (
bool, value_phy_ca_agg_scell_info_physical_cell_id:int, value_phy_ca_agg_scell_info_rx_channel:int, value_phy_ca_agg_scell_info_dl_bandwidth:Qmi.NasDLBandwidth, value_phy_ca_agg_scell_info_lte_band:Qmi.NasActiveBand, value_phy_ca_agg_scell_info_state:Qmi.NasScellState)
Get the ‘Phy CA Agg SCell Info’ field from self.
New in version 1.16.
- get_phy_ca_agg_secondary_cells()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_phy_ca_agg_secondary_cells_ptr:
 a placeholder for the output array of
Qmi.MessageNasGetLteCphyCaInfoOutputPhyCaAggSecondaryCellsSscelements, orNoneif not required. Do not free or modify it, it is owned by self.
- Return type:
 (
bool, value_phy_ca_agg_secondary_cells_ptr: [Qmi.MessageNasGetLteCphyCaInfoOutputPhyCaAggSecondaryCellsSsc])
Get the ‘Phy CA Agg Secondary Cells’ field from self.
Version of
Qmi.MessageNasGetLteCphyCaInfoOutput.get_phy_ca_agg_secondary_cells() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.New in version 1.32.
- get_result()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the result of the QMI operation.
New in version 1.16.
- get_scell_index()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_scell_index:
 a placeholder for the output #guint8, or
Noneif not required.
- Return type:
 
Get the ‘SCell index’ field from self.
New in version 1.16.
- ref()¶
 - Returns:
 the new reference to self.
- Return type:
 
Atomically increments the reference count of self by one.
New in version 1.16.
- 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.16.