Qmi.MessageLocInjectPredictedOrbitsDataInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageLocInjectPredictedOrbitsDataInput¶
The
Qmi.MessageLocInjectPredictedOrbitsDataInput
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.MessageLocInjectPredictedOrbitsDataInput
. The returned value should be freed withQmi.MessageLocInjectPredictedOrbitsDataInput.unref
().- Return type:
Allocates a new
Qmi.MessageLocInjectPredictedOrbitsDataInput
.New in version 1.22.
- get_format_type()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_format_type:
a placeholder for the output
Qmi.LocPredictedOrbitsDataFormat
, orNone
if not required.
- Return type:
(
bool
, value_format_type:Qmi.LocPredictedOrbitsDataFormat
)
Get the ‘Format Type’ field from self.
New in version 1.22.
- get_part_data()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_part_data:
a placeholder for the output
GLib.Array
of #guint8 elements, orNone
if not required. Do not free it, it is owned by self.
- Return type:
Get the ‘Part Data’ field from self.
New in version 1.22.
- get_part_number()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_part_number:
a placeholder for the output #guint16, or
None
if not required.
- Return type:
Get the ‘Part Number’ field from self.
New in version 1.22.
- get_total_parts()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_total_parts:
a placeholder for the output #guint16, or
None
if not required.
- Return type:
Get the ‘Total Parts’ field from self.
New in version 1.22.
- get_total_size()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_total_size:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
Get the ‘Total Size’ field from self.
New in version 1.22.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.22.
- set_format_type(value_format_type)¶
- Parameters:
value_format_type (
Qmi.LocPredictedOrbitsDataFormat
) – aQmi.LocPredictedOrbitsDataFormat
.- Raises:
- Returns:
- Return type:
Set the ‘Format Type’ field in the message.
New in version 1.22.
- set_part_data(value_part_data)¶
- Parameters:
value_part_data (
bytes
) – aGLib.Array
of #guint8 elements. A new reference to value_part_data will be taken, so the caller must make sure the array was created with the correctGLib.DestroyNotify
as clear function for each element in the array.- Raises:
- Returns:
- Return type:
Set the ‘Part Data’ field in the message.
New in version 1.22.
- set_part_number(value_part_number)¶
- Parameters:
value_part_number (
int
) – a #guint16.- Raises:
- Returns:
- Return type:
Set the ‘Part Number’ field in the message.
New in version 1.22.
- set_total_parts(value_total_parts)¶
- Parameters:
value_total_parts (
int
) – a #guint16.- Raises:
- Returns:
- Return type:
Set the ‘Total Parts’ field in the message.
New in version 1.22.
- set_total_size(value_total_size)¶
- Parameters:
value_total_size (
int
) – a #guint32.- Raises:
- Returns:
- Return type:
Set the ‘Total Size’ field in the message.
New in version 1.22.
- 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.