Struct

QmiIndicationNasIncrementalNetworkScanOutputNetworkInformationElement

since: 1.38

Description [src]

struct QmiIndicationNasIncrementalNetworkScanOutputNetworkInformationElement {
  guint16 mcc;
  guint16 mnc;
  QmiNasNetworkStatus network_status;
  QmiNasRadioInterface radio_interface;
  gboolean includes_pcs_digit;
  gchar* description;
}

A QmiIndicationNasIncrementalNetworkScanOutputNetworkInformationElement struct.

Structure members
mcc: guint16

A #guint16.

mnc: guint16

A #guint16.

network_status: QmiNasNetworkStatus

A QmiNasNetworkStatus.

radio_interface: QmiNasRadioInterface

A QmiNasRadioInterface.

includes_pcs_digit: gboolean

A #gboolean.

description: gchar*

A string.

Available since: 1.38