Qmi.MessageUimOpenLogicalChannelInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageUimOpenLogicalChannelInput¶
The
Qmi.MessageUimOpenLogicalChannelInputstructure contains private data and should only be accessed using the provided API.New in version 1.36.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageUimOpenLogicalChannelInput. The returned value should be freed withQmi.MessageUimOpenLogicalChannelInput.unref().- Return type:
Allocates a new
Qmi.MessageUimOpenLogicalChannelInput.New in version 1.36.
- get_aid()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_aid:
a placeholder for the output
GLib.Arrayof #guint8 elements, orNoneif not required. Do not free it, it is owned by self.
- Return type:
Get the ‘AID’ field from self.
New in version 1.36.
- get_file_control_information()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_file_control_information:
a placeholder for the output
Qmi.UimFileControlInformation, orNoneif not required.
- Return type:
(
bool, value_file_control_information:Qmi.UimFileControlInformation)
Get the ‘File Control Information’ field from self.
New in version 1.36.
- get_slot()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_slot:
a placeholder for the output #guint8, or
Noneif not required.
- Return type:
Get the ‘Slot’ field from self.
New in version 1.36.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.36.
- set_aid(value_aid)¶
- Parameters:
value_aid (
bytes) – aGLib.Arrayof #guint8 elements. A new reference to value_aid 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 ‘AID’ field in the message.
New in version 1.36.
- set_file_control_information(value_file_control_information)¶
- Parameters:
value_file_control_information (
Qmi.UimFileControlInformation) – aQmi.UimFileControlInformation.- Raises:
- Returns:
- Return type:
Set the ‘File Control Information’ field in the message.
New in version 1.36.
- set_slot(value_slot)¶
- Parameters:
value_slot (
int) – a #guint8.- Raises:
- Returns:
- Return type:
Set the ‘Slot’ field in the message.
New in version 1.36.
- 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.36.