Qmi.MessageNasGetNetworkTimeOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class Qmi.MessageNasGetNetworkTimeOutput¶
The
Qmi.MessageNasGetNetworkTimeOutputstructure contains private data and should only be accessed using the provided API.New in version 1.36.
- get_3gpp2_time()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_3gpp2_time_universal_time_year:
a placeholder for the output #guint16, or
Noneif not required.- value_3gpp2_time_universal_time_month:
a placeholder for the output #guint8, or
Noneif not required.- value_3gpp2_time_universal_time_day:
a placeholder for the output #guint8, or
Noneif not required.- value_3gpp2_time_universal_time_hour:
a placeholder for the output #guint8, or
Noneif not required.- value_3gpp2_time_universal_time_minute:
a placeholder for the output #guint8, or
Noneif not required.- value_3gpp2_time_universal_time_second:
a placeholder for the output #guint8, or
Noneif not required.- value_3gpp2_time_universal_time_day_of_week:
a placeholder for the output
Qmi.NasDayOfWeek, orNoneif not required.- value_3gpp2_time_timezone_offset:
a placeholder for the output #gint8, or
Noneif not required.- value_3gpp2_time_daylight_savings_adjustment:
a placeholder for the output
Qmi.NasDaylightSavingsAdjustment, orNoneif not required.- value_3gpp2_time_radio_interface:
a placeholder for the output
Qmi.NasRadioInterface, orNoneif not required.
- Return type:
(
bool, value_3gpp2_time_universal_time_year:int, value_3gpp2_time_universal_time_month:int, value_3gpp2_time_universal_time_day:int, value_3gpp2_time_universal_time_hour:int, value_3gpp2_time_universal_time_minute:int, value_3gpp2_time_universal_time_second:int, value_3gpp2_time_universal_time_day_of_week:Qmi.NasDayOfWeek, value_3gpp2_time_timezone_offset:int, value_3gpp2_time_daylight_savings_adjustment:Qmi.NasDaylightSavingsAdjustment, value_3gpp2_time_radio_interface:Qmi.NasRadioInterface)
Get the ‘3GPP2 Time’ field from self.
New in version 1.36.
- get_3gpp_time()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_3gpp_time_universal_time_year:
a placeholder for the output #guint16, or
Noneif not required.- value_3gpp_time_universal_time_month:
a placeholder for the output #guint8, or
Noneif not required.- value_3gpp_time_universal_time_day:
a placeholder for the output #guint8, or
Noneif not required.- value_3gpp_time_universal_time_hour:
a placeholder for the output #guint8, or
Noneif not required.- value_3gpp_time_universal_time_minute:
a placeholder for the output #guint8, or
Noneif not required.- value_3gpp_time_universal_time_second:
a placeholder for the output #guint8, or
Noneif not required.- value_3gpp_time_universal_time_day_of_week:
a placeholder for the output
Qmi.NasDayOfWeek, orNoneif not required.- value_3gpp_time_timezone_offset:
a placeholder for the output #gint8, or
Noneif not required.- value_3gpp_time_daylight_savings_adjustment:
a placeholder for the output
Qmi.NasDaylightSavingsAdjustment, orNoneif not required.- value_3gpp_time_radio_interface:
a placeholder for the output
Qmi.NasRadioInterface, orNoneif not required.
- Return type:
(
bool, value_3gpp_time_universal_time_year:int, value_3gpp_time_universal_time_month:int, value_3gpp_time_universal_time_day:int, value_3gpp_time_universal_time_hour:int, value_3gpp_time_universal_time_minute:int, value_3gpp_time_universal_time_second:int, value_3gpp_time_universal_time_day_of_week:Qmi.NasDayOfWeek, value_3gpp_time_timezone_offset:int, value_3gpp_time_daylight_savings_adjustment:Qmi.NasDaylightSavingsAdjustment, value_3gpp_time_radio_interface:Qmi.NasRadioInterface)
Get the ‘3GPP Time’ field from self.
New in version 1.36.
- get_result()¶
- Raises:
- Returns:
- Return type:
Get the result of the QMI operation.
New in version 1.36.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.36.
- 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.36.