Qmi.IndicationNasNetworkTimeOutput¶
Fields¶
None
Methods¶
|
|
|
Details¶
- class Qmi.IndicationNasNetworkTimeOutput¶
The
Qmi.IndicationNasNetworkTimeOutput
structure contains private data and should only be accessed using the provided API.New in version 1.0.
- get_daylight_savings_adjustment()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_daylight_savings_adjustment:
a placeholder for the output
Qmi.NasDaylightSavingsAdjustment
, orNone
if not required.
- Return type:
(
bool
, value_daylight_savings_adjustment:Qmi.NasDaylightSavingsAdjustment
)
Get the ‘Daylight Savings Adjustment’ field from self.
New in version 1.4.
- get_radio_interface()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_radio_interface:
a placeholder for the output
Qmi.NasRadioInterface
, orNone
if not required.
- Return type:
(
bool
, value_radio_interface:Qmi.NasRadioInterface
)
Get the ‘Radio Interface’ field from self.
New in version 1.4.
- get_timezone_offset()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_timezone_offset:
a placeholder for the output #gint8, or
None
if not required.
- Return type:
Get the ‘Timezone Offset’ field from self.
New in version 1.4.
- get_universal_time()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_universal_time_year:
a placeholder for the output #guint16, or
None
if not required.- value_universal_time_month:
a placeholder for the output #guint8, or
None
if not required.- value_universal_time_day:
a placeholder for the output #guint8, or
None
if not required.- value_universal_time_hour:
a placeholder for the output #guint8, or
None
if not required.- value_universal_time_minute:
a placeholder for the output #guint8, or
None
if not required.- value_universal_time_second:
a placeholder for the output #guint8, or
None
if not required.- value_universal_time_day_of_week:
a placeholder for the output
Qmi.NasDayOfWeek
, orNone
if not required.
- Return type:
(
bool
, value_universal_time_year:int
, value_universal_time_month:int
, value_universal_time_day:int
, value_universal_time_hour:int
, value_universal_time_minute:int
, value_universal_time_second:int
, value_universal_time_day_of_week:Qmi.NasDayOfWeek
)
Get the ‘Universal Time’ field from self.
New in version 1.4.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.0.
- 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.0.