libqmi-glib Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy |
QmiIndicationNasNetworkTimeOutput; QmiIndicationNasNetworkTimeOutput * qmi_indication_nas_network_time_output_ref (QmiIndicationNasNetworkTimeOutput *self
); void qmi_indication_nas_network_time_output_unref (QmiIndicationNasNetworkTimeOutput *self
); gboolean qmi_indication_nas_network_time_output_get_radio_interface (QmiIndicationNasNetworkTimeOutput *self
,QmiNasRadioInterface *radio_interface
,GError **error
); gboolean qmi_indication_nas_network_time_output_get_daylight_savings_adjustment (QmiIndicationNasNetworkTimeOutput *self
,QmiNasDaylightSavingsAdjustment *daylight_savings_adjustment
,GError **error
); gboolean qmi_indication_nas_network_time_output_get_timezone_offset (QmiIndicationNasNetworkTimeOutput *self
,gint8 *timezone_offset
,GError **error
); gboolean qmi_indication_nas_network_time_output_get_universal_time (QmiIndicationNasNetworkTimeOutput *self
,guint16 *universal_time_year
,guint8 *universal_time_month
,guint8 *universal_time_day
,guint8 *universal_time_hour
,guint8 *universal_time_minute
,guint8 *universal_time_second
,QmiNasDayOfWeek *universal_time_day_of_week
,GError **error
);
typedef struct _QmiIndicationNasNetworkTimeOutput QmiIndicationNasNetworkTimeOutput;
The QmiIndicationNasNetworkTimeOutput structure contains private data and should only be accessed using the provided API.
QmiIndicationNasNetworkTimeOutput * qmi_indication_nas_network_time_output_ref
(QmiIndicationNasNetworkTimeOutput *self
);
Atomically increments the reference count of self
by one.
|
a QmiIndicationNasNetworkTimeOutput. |
Returns : |
the new reference to self . |
void qmi_indication_nas_network_time_output_unref
(QmiIndicationNasNetworkTimeOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
|
a QmiIndicationNasNetworkTimeOutput. |
gboolean qmi_indication_nas_network_time_output_get_radio_interface (QmiIndicationNasNetworkTimeOutput *self
,QmiNasRadioInterface *radio_interface
,GError **error
);
Get the 'Radio Interface' field from self
.
|
a QmiIndicationNasNetworkTimeOutput. |
|
a placeholder for the output QmiNasRadioInterface, or NULL if not required. |
|
Return location for error or NULL . |
Returns : |
TRUE if the field is found, FALSE otherwise. |
gboolean qmi_indication_nas_network_time_output_get_daylight_savings_adjustment (QmiIndicationNasNetworkTimeOutput *self
,QmiNasDaylightSavingsAdjustment *daylight_savings_adjustment
,GError **error
);
Get the 'Daylight Savings Adjustment' field from self
.
|
a QmiIndicationNasNetworkTimeOutput. |
|
a placeholder for the output QmiNasDaylightSavingsAdjustment, or NULL if not required. |
|
Return location for error or NULL . |
Returns : |
TRUE if the field is found, FALSE otherwise. |
gboolean qmi_indication_nas_network_time_output_get_timezone_offset (QmiIndicationNasNetworkTimeOutput *self
,gint8 *timezone_offset
,GError **error
);
Get the 'Timezone Offset' field from self
.
gboolean qmi_indication_nas_network_time_output_get_universal_time (QmiIndicationNasNetworkTimeOutput *self
,guint16 *universal_time_year
,guint8 *universal_time_month
,guint8 *universal_time_day
,guint8 *universal_time_hour
,guint8 *universal_time_minute
,guint8 *universal_time_second
,QmiNasDayOfWeek *universal_time_day_of_week
,GError **error
);
Get the 'Universal Time' field from self
.
|
a QmiIndicationNasNetworkTimeOutput. |
|
a placeholder for the output guint16, or NULL if not required. |
|
a placeholder for the output guint8, or NULL if not required. |
|
a placeholder for the output guint8, or NULL if not required. |
|
a placeholder for the output guint8, or NULL if not required. |
|
a placeholder for the output guint8, or NULL if not required. |
|
a placeholder for the output guint8, or NULL if not required. |
|
a placeholder for the output QmiNasDayOfWeek, or NULL if not required. |
|
Return location for error or NULL . |
Returns : |
TRUE if the field is found, FALSE otherwise. |