Top |
QmiIndicationNasOperatorNameOutput *
qmi_indication_nas_operator_name_output_ref
(QmiIndicationNasOperatorNameOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.18
void
qmi_indication_nas_operator_name_output_unref
(QmiIndicationNasOperatorNameOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.18
gboolean qmi_indication_nas_operator_name_output_get_nitz_information (QmiIndicationNasOperatorNameOutput *self
,QmiNasPlmnEncodingScheme *value_nitz_information_name_encoding
,QmiNasPlmnNameCountryInitials *value_nitz_information_short_country_initials
,QmiNasPlmnNameSpareBits *value_nitz_information_long_name_spare_bits
,QmiNasPlmnNameSpareBits *value_nitz_information_short_name_spare_bits
,GArray **value_nitz_information_long_name
,GArray **value_nitz_information_short_name
,GError **error
);
Get the 'NITZ Information' field from self
.
self |
||
value_nitz_information_name_encoding |
a placeholder for the output QmiNasPlmnEncodingScheme, or |
[out] |
value_nitz_information_short_country_initials |
a placeholder for the output QmiNasPlmnNameCountryInitials, or |
[out] |
value_nitz_information_long_name_spare_bits |
a placeholder for the output QmiNasPlmnNameSpareBits, or |
[out] |
value_nitz_information_short_name_spare_bits |
a placeholder for the output QmiNasPlmnNameSpareBits, or |
[out] |
value_nitz_information_long_name |
a placeholder for the output GArray of guint8 elements, or |
[out][element-type guint8][transfer none] |
value_nitz_information_short_name |
a placeholder for the output GArray of guint8 elements, or |
[out][element-type guint8][transfer none] |
error |
Return location for error or |
Since: 1.24.6
gboolean qmi_indication_nas_operator_name_output_get_operator_string_name (QmiIndicationNasOperatorNameOutput *self
,const gchar **value_operator_string_name
,GError **error
);
Get the 'Operator String Name' field from self
.
Since: 1.18
gboolean qmi_indication_nas_operator_name_output_get_operator_plmn_name (QmiIndicationNasOperatorNameOutput *self
,GArray **value_operator_plmn_name
,GError **error
);
Get the 'Operator PLMN Name' field from self
.
self |
||
value_operator_plmn_name |
a placeholder for the output GArray of QmiIndicationNasOperatorNameOutputOperatorPlmnNameElement elements, or |
[out][element-type QmiIndicationNasOperatorNameOutputOperatorPlmnNameElement][transfer none] |
error |
Return location for error or |
Since: 1.18
gboolean qmi_indication_nas_operator_name_output_get_operator_plmn_list (QmiIndicationNasOperatorNameOutput *self
,GArray **value_operator_plmn_list
,GError **error
);
Get the 'Operator PLMN List' field from self
.
self |
||
value_operator_plmn_list |
a placeholder for the output GArray of QmiIndicationNasOperatorNameOutputOperatorPlmnListElement elements, or |
[out][element-type QmiIndicationNasOperatorNameOutputOperatorPlmnListElement][transfer none] |
error |
Return location for error or |
Since: 1.18
gboolean qmi_indication_nas_operator_name_output_get_service_provider_name (QmiIndicationNasOperatorNameOutput *self
,QmiNasNetworkNameDisplayCondition *value_service_provider_name_name_display_condition
,const gchar **value_service_provider_name_name
,GError **error
);
Get the 'Service Provider Name' field from self
.
self |
||
value_service_provider_name_name_display_condition |
a placeholder for the output QmiNasNetworkNameDisplayCondition, or |
[out] |
value_service_provider_name_name |
a placeholder for the output constant string, or |
[out] |
error |
Return location for error or |
Since: 1.18
typedef struct _QmiIndicationNasOperatorNameOutput QmiIndicationNasOperatorNameOutput;
The QmiIndicationNasOperatorNameOutput structure contains private data and should only be accessed using the provided API.
Since: 1.18
typedef struct { QmiNasPlmnEncodingScheme name_encoding; QmiNasPlmnNameCountryInitials short_country_initials; QmiNasPlmnNameSpareBits long_name_spare_bits; QmiNasPlmnNameSpareBits short_name_spare_bits; GArray *long_name; GArray *short_name; } QmiIndicationNasOperatorNameOutputOperatorPlmnNameElement;
A QmiIndicationNasOperatorNameOutputOperatorPlmnNameElement struct.
QmiNasPlmnEncodingScheme |
||
QmiNasPlmnNameCountryInitials |
||
QmiNasPlmnNameSpareBits |
||
QmiNasPlmnNameSpareBits |
||
GArray * |
||
GArray * |
Since: 1.18
typedef struct { gchar *mcc; gchar *mnc; guint16 lac1; guint16 lac2; guint8 plmn_name_record_identifier; } QmiIndicationNasOperatorNameOutputOperatorPlmnListElement;
A QmiIndicationNasOperatorNameOutputOperatorPlmnListElement struct.
Since: 1.18