Qmi.IndicationWmsSmscAddressOutput¶
Fields¶
None
Methods¶
get_address () |
|
ref () |
|
unref () |
Details¶
-
class
Qmi.
IndicationWmsSmscAddressOutput
¶ The
Qmi.IndicationWmsSmscAddressOutput
structure contains private data and should only be accessed using the provided API.New in version 1.14.
-
get_address
()¶ Raises: GLib.Error
Returns: True
if the field is found,False
otherwise.value_address_type: a placeholder for the output constant string, or None
if not required.value_address_digits: a placeholder for the output constant string, or None
if not required.Return type: ( bool
, value_address_type:str
, value_address_digits:str
)Get the ‘Address’ field from self.
New in version 1.14.
-
ref
()¶ Returns: the new reference to self. Return type: Qmi.IndicationWmsSmscAddressOutput
Atomically increments the reference count of self by one.
New in version 1.14.
-
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.
-