Qmi.MessageUimReadRecordInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageUimReadRecordInput¶
The
Qmi.MessageUimReadRecordInput
structure contains private data and should only be accessed using the provided API.New in version 1.6.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageUimReadRecordInput
. The returned value should be freed withQmi.MessageUimReadRecordInput.unref
().- Return type:
Allocates a new
Qmi.MessageUimReadRecordInput
.New in version 1.6.
- get_file()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_file_file_id:
a placeholder for the output #guint16, or
None
if not required.- value_file_file_path:
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:
(
bool
, value_file_file_id:int
, value_file_file_path:bytes
)
Get the ‘File’ field from self.
New in version 1.6.
- get_last_record()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_last_record:
a placeholder for the output #guint16, or
None
if not required.
- Return type:
Get the ‘Last Record’ field from self.
New in version 1.6.
- get_record()¶
- Raises:
- Returns:
- Return type:
(
bool
, value_record_record_number:int
, value_record_record_length:int
)
Get the ‘Record’ field from self.
New in version 1.6.
- get_response_in_indication_token()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_response_in_indication_token:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
Get the ‘Response In Indication Token’ field from self.
New in version 1.6.
- get_session()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_session_session_type:
a placeholder for the output
Qmi.UimSessionType
, orNone
if not required.- value_session_application_identifier:
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:
(
bool
, value_session_session_type:Qmi.UimSessionType
, value_session_application_identifier:bytes
)
Get the ‘Session’ 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.6.
- set_file(value_file_file_id, value_file_file_path)¶
- Parameters:
value_file_file_id (
int
) – a #guint16.value_file_file_path (
bytes
) – aGLib.Array
of #guint8 elements. A new reference to value_file_file_path 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 ‘File’ field in the message.
New in version 1.6.
- set_last_record(value_last_record)¶
- Parameters:
value_last_record (
int
) – a #guint16.- Raises:
- Returns:
- Return type:
Set the ‘Last Record’ field in the message.
New in version 1.6.
- set_record(value_record_record_number, value_record_record_length)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Record’ field in the message.
New in version 1.6.
- set_response_in_indication_token(value_response_in_indication_token)¶
- Parameters:
value_response_in_indication_token (
int
) – a #guint32.- Raises:
- Returns:
- Return type:
Set the ‘Response In Indication Token’ field in the message.
New in version 1.6.
- set_session(value_session_session_type, value_session_application_identifier)¶
- Parameters:
value_session_session_type (
Qmi.UimSessionType
) – aQmi.UimSessionType
.value_session_application_identifier (
bytes
) – aGLib.Array
of #guint8 elements. A new reference to value_session_application_identifier 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 ‘Session’ 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.6.