Qmi.MessageCtlAllocateCidInput¶
Fields¶
None
Methods¶
class | new () |
get_service () |
|
ref () |
|
set_service (value_service) |
|
unref () |
Details¶
-
class
Qmi.
MessageCtlAllocateCidInput
¶ The
Qmi.MessageCtlAllocateCidInput
structure contains private data and should only be accessed using the provided API.New in version 1.0.
-
classmethod
new
()¶ Returns: the newly created Qmi.MessageCtlAllocateCidInput
. The returned value should be freed withQmi.MessageCtlAllocateCidInput.unref
().Return type: Qmi.MessageCtlAllocateCidInput
Allocates a new
Qmi.MessageCtlAllocateCidInput
.New in version 1.0.
-
get_service
()¶ Raises: GLib.Error
Returns: True
if the field is found,False
otherwise.value_service: a placeholder for the output Qmi.Service
, orNone
if not required.Return type: ( bool
, value_service:Qmi.Service
)Get the ‘Service’ field from self.
New in version 1.0.
-
ref
()¶ Returns: the new reference to self. Return type: Qmi.MessageCtlAllocateCidInput
Atomically increments the reference count of self by one.
New in version 1.0.
-
set_service
(value_service)¶ Parameters: value_service ( Qmi.Service
) – aQmi.Service
.Raises: GLib.Error
Returns: True
if value was successfully set,False
otherwise.Return type: bool
Set the ‘Service’ field in the message.
New in version 1.0.
-
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.0.
-
classmethod