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