Qmi.MessageLocDeleteAssistanceDataInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageLocDeleteAssistanceDataInput¶
The
Qmi.MessageLocDeleteAssistanceDataInput
structure contains private data and should only be accessed using the provided API.New in version 1.22.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageLocDeleteAssistanceDataInput
. The returned value should be freed withQmi.MessageLocDeleteAssistanceDataInput.unref
().- Return type:
Allocates a new
Qmi.MessageLocDeleteAssistanceDataInput
.New in version 1.22.
- get_delete_all()¶
- Raises:
- Returns:
- Return type:
Get the ‘Delete All’ field from self.
New in version 1.22.
- get_delete_cell_database_mask()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_delete_cell_database_mask:
a placeholder for the output
Qmi.LocDeleteCellDatabase
, orNone
if not required.
- Return type:
(
bool
, value_delete_cell_database_mask:Qmi.LocDeleteCellDatabase
)
Get the ‘Delete Cell Database Mask’ field from self.
New in version 1.22.
- get_delete_clock_info_mask()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_delete_clock_info_mask:
a placeholder for the output
Qmi.LocDeleteClockInfo
, orNone
if not required.
- Return type:
(
bool
, value_delete_clock_info_mask:Qmi.LocDeleteClockInfo
)
Get the ‘Delete Clock Info Mask’ field from self.
New in version 1.22.
- get_delete_gnss_data_mask()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_delete_gnss_data_mask:
a placeholder for the output
Qmi.LocDeleteGnssData
, orNone
if not required.
- Return type:
(
bool
, value_delete_gnss_data_mask:Qmi.LocDeleteGnssData
)
Get the ‘Delete GNSS Data Mask’ field from self.
New in version 1.22.
- get_delete_sv_info()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_delete_sv_info_ptr:
a placeholder for the output array of
Qmi.MessageLocDeleteAssistanceDataInputDeleteSvInfoElement
elements, orNone
if not required. Do not free or modify it, it is owned by self.
- Return type:
(
bool
, value_delete_sv_info_ptr: [Qmi.MessageLocDeleteAssistanceDataInputDeleteSvInfoElement
])
Get the ‘Delete SV Info’ field from self.
Version of
Qmi.MessageLocDeleteAssistanceDataInput.get_delete_sv_info
() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.New in version 1.32.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.22.
- set_delete_all(value_delete_all)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Delete All’ field in the message.
New in version 1.22.
- set_delete_cell_database_mask(value_delete_cell_database_mask)¶
- Parameters:
value_delete_cell_database_mask (
Qmi.LocDeleteCellDatabase
) – aQmi.LocDeleteCellDatabase
.- Raises:
- Returns:
- Return type:
Set the ‘Delete Cell Database Mask’ field in the message.
New in version 1.22.
- set_delete_clock_info_mask(value_delete_clock_info_mask)¶
- Parameters:
value_delete_clock_info_mask (
Qmi.LocDeleteClockInfo
) – aQmi.LocDeleteClockInfo
.- Raises:
- Returns:
- Return type:
Set the ‘Delete Clock Info Mask’ field in the message.
New in version 1.22.
- set_delete_gnss_data_mask(value_delete_gnss_data_mask)¶
- Parameters:
value_delete_gnss_data_mask (
Qmi.LocDeleteGnssData
) – aQmi.LocDeleteGnssData
.- Raises:
- Returns:
- Return type:
Set the ‘Delete GNSS Data Mask’ field in the message.
New in version 1.22.
- set_delete_sv_info(value_delete_sv_info_ptr)¶
- Parameters:
value_delete_sv_info_ptr ([
Qmi.MessageLocDeleteAssistanceDataInputDeleteSvInfoElement
]) – array ofQmi.MessageLocDeleteAssistanceDataInputDeleteSvInfoElement
elements. The contents of the given array will be copied, theGLib.PtrArray
will not increase its reference count.- Raises:
- Returns:
- Return type:
Set the ‘Delete SV Info’ field in the message.
New in version 1.32.
- 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.22.