| Top |  |  |  |  | 
| NAS Network Reject indicationNAS Network Reject indication — Methods to manage the NAS Network Reject indication. | 
QmiIndicationNasNetworkRejectOutput *
qmi_indication_nas_network_reject_output_ref
                               (QmiIndicationNasNetworkRejectOutput *self);
Atomically increments the reference count of self
 by one.
Since: 1.30
void
qmi_indication_nas_network_reject_output_unref
                               (QmiIndicationNasNetworkRejectOutput *self);
Atomically decrements the reference count of self
 by one.
If the reference count drops to 0, self
 is completely disposed.
Since: 1.30
gboolean qmi_indication_nas_network_reject_output_get_closed_subscriber_group (QmiIndicationNasNetworkRejectOutput *self,guint32 *value_closed_subscriber_group,GError **error);
Get the 'Closed Subscriber Group' field from self
.
| self | ||
| value_closed_subscriber_group | a placeholder for the output guint32, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.30
gboolean qmi_indication_nas_network_reject_output_get_plmn (QmiIndicationNasNetworkRejectOutput *self,guint16 *value_plmn_mcc,guint16 *value_plmn_mnc,gboolean *value_plmn_includes_pcs_digit,GError **error);
Get the 'PLMN' field from self
.
| self | ||
| value_plmn_mcc | a placeholder for the output guint16, or  | [out][optional] | 
| value_plmn_mnc | a placeholder for the output guint16, or  | [out][optional] | 
| value_plmn_includes_pcs_digit | a placeholder for the output gboolean, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.30
gboolean qmi_indication_nas_network_reject_output_get_reject_cause (QmiIndicationNasNetworkRejectOutput *self,QmiNasRejectCause *value_reject_cause,GError **error);
Get the 'Reject Cause' field from self
.
| self | ||
| value_reject_cause | a placeholder for the output QmiNasRejectCause, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.30
gboolean qmi_indication_nas_network_reject_output_get_service_domain (QmiIndicationNasNetworkRejectOutput *self,QmiNasNetworkServiceDomain *value_service_domain,GError **error);
Get the 'Service Domain' field from self
.
| self | ||
| value_service_domain | a placeholder for the output QmiNasNetworkServiceDomain, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.30
gboolean qmi_indication_nas_network_reject_output_get_radio_interface (QmiIndicationNasNetworkRejectOutput *self,QmiNasRadioInterface *value_radio_interface,GError **error);
Get the 'Radio Interface' field from self
.
| self | ||
| value_radio_interface | a placeholder for the output QmiNasRadioInterface, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.30
QmiIndicationNasNetworkRejectOutput * qmi_indication_nas_network_reject_indication_parse (QmiMessage *message,GError **error);
Parses a QmiMessage and builds a QmiIndicationNasNetworkRejectOutput out of it. The operation fails if the message is of the wrong type.
 a QmiIndicationNasNetworkRejectOutput, or NULL if error
is set. The returned value should be freed with qmi_indication_nas_network_reject_output_unref().
Since: 1.34
typedef struct _QmiIndicationNasNetworkRejectOutput QmiIndicationNasNetworkRejectOutput;
The QmiIndicationNasNetworkRejectOutput structure contains private data and should only be accessed using the provided API.
Since: 1.30