Qmi.MessageUimVerifyPinInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageUimVerifyPinInput¶
The
Qmi.MessageUimVerifyPinInputstructure contains private data and should only be accessed using the provided API.New in version 1.14.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageUimVerifyPinInput. The returned value should be freed withQmi.MessageUimVerifyPinInput.unref().- Return type:
Allocates a new
Qmi.MessageUimVerifyPinInput.New in version 1.14.
- get_info()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_info_pin_id:
a placeholder for the output
Qmi.UimPinId, orNoneif not required.- value_info_pin_value:
a placeholder for the output constant string, or
Noneif not required.
- Return type:
(
bool, value_info_pin_id:Qmi.UimPinId, value_info_pin_value:str)
Get the ‘Info’ field from self.
New in version 1.14.
- get_response_in_indication_token()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_response_in_indication_token:
a placeholder for the output #guint32, or
Noneif not required.
- Return type:
Get the ‘Response In Indication Token’ field from self.
New in version 1.14.
- get_session()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_session_session_type:
a placeholder for the output
Qmi.UimSessionType, orNoneif not required.- value_session_application_identifier:
a placeholder for the output
GLib.Arrayof #guint8 elements, orNoneif 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.14.
- set_info(value_info_pin_id, value_info_pin_value)¶
- Parameters:
value_info_pin_id (
Qmi.UimPinId) – aQmi.UimPinId.value_info_pin_value (
str) – a constant string.
- Raises:
- Returns:
- Return type:
Set the ‘Info’ field in the message.
New in version 1.14.
- 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.14.
- 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.Arrayof #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.DestroyNotifyas 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.14.