Qmi.MessageWdsStartNetworkInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageWdsStartNetworkInput¶
The
Qmi.MessageWdsStartNetworkInput
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.MessageWdsStartNetworkInput
. The returned value should be freed withQmi.MessageWdsStartNetworkInput.unref
().- Return type:
Allocates a new
Qmi.MessageWdsStartNetworkInput
.New in version 1.0.
- get_apn()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_apn:
a placeholder for the output constant string, or
None
if not required.
- Return type:
Get the ‘APN’ field from self.
New in version 1.0.
- get_authentication_preference()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_authentication_preference:
a placeholder for the output
Qmi.WdsAuthentication
, orNone
if not required.
- Return type:
(
bool
, value_authentication_preference:Qmi.WdsAuthentication
)
Get the ‘Authentication Preference’ field from self.
New in version 1.0.
- get_call_type()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_call_type:
a placeholder for the output
Qmi.WdsCallType
, orNone
if not required.
- Return type:
(
bool
, value_call_type:Qmi.WdsCallType
)
Get the ‘Call Type’ field from self.
New in version 1.0.
- get_enable_autoconnect()¶
- Raises:
- Returns:
- Return type:
Get the ‘Enable Autoconnect’ field from self.
New in version 1.0.
- get_extended_technology_preference()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_extended_technology_preference:
a placeholder for the output
Qmi.WdsExtendedTechnologyPreference
, orNone
if not required.
- Return type:
(
bool
, value_extended_technology_preference:Qmi.WdsExtendedTechnologyPreference
)
Get the ‘Extended Technology Preference’ field from self.
New in version 1.0.
- get_ip_family_preference()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_ip_family_preference:
a placeholder for the output
Qmi.WdsIpFamily
, orNone
if not required.
- Return type:
(
bool
, value_ip_family_preference:Qmi.WdsIpFamily
)
Get the ‘IP Family Preference’ field from self.
New in version 1.0.
- get_ipv4_address_preference()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_ipv4_address_preference:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
Get the ‘IPv4 Address Preference’ field from self.
New in version 1.0.
- get_password()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_password:
a placeholder for the output constant string, or
None
if not required.
- Return type:
Get the ‘Password’ field from self.
New in version 1.0.
- get_primary_dns_address_preference()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_primary_dns_address_preference:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
Get the ‘Primary DNS Address Preference’ field from self.
New in version 1.0.
- get_primary_nbns_address_preference()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_primary_nbns_address_preference:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
Get the ‘Primary NBNS Address Preference’ field from self.
New in version 1.0.
- get_profile_index_3gpp()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_profile_index_3gpp:
a placeholder for the output #guint8, or
None
if not required.
- Return type:
Get the ‘Profile Index 3GPP’ field from self.
New in version 1.0.
- get_profile_index_3gpp2()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_profile_index_3gpp2:
a placeholder for the output #guint8, or
None
if not required.
- Return type:
Get the ‘Profile Index 3GPP2’ field from self.
New in version 1.0.
- get_secondary_dns_address_preference()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_secondary_dns_address_preference:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
Get the ‘Secondary DNS Address Preference’ field from self.
New in version 1.0.
- get_secondary_nbns_address_preference()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_secondary_nbns_address_preference:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
Get the ‘Secondary NBNS Address Preference’ field from self.
New in version 1.0.
- get_technology_preference()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_technology_preference:
a placeholder for the output
Qmi.WdsTechnologyPreference
, orNone
if not required.
- Return type:
(
bool
, value_technology_preference:Qmi.WdsTechnologyPreference
)
Get the ‘Technology Preference’ field from self.
New in version 1.0.
- get_username()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_username:
a placeholder for the output constant string, or
None
if not required.
- Return type:
Get the ‘Username’ field from self.
New in version 1.0.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.0.
- set_apn(value_apn)¶
- Parameters:
value_apn (
str
) – a constant string.- Raises:
- Returns:
- Return type:
Set the ‘APN’ field in the message.
New in version 1.0.
- set_authentication_preference(value_authentication_preference)¶
- Parameters:
value_authentication_preference (
Qmi.WdsAuthentication
) – aQmi.WdsAuthentication
.- Raises:
- Returns:
- Return type:
Set the ‘Authentication Preference’ field in the message.
New in version 1.0.
- set_call_type(value_call_type)¶
- Parameters:
value_call_type (
Qmi.WdsCallType
) – aQmi.WdsCallType
.- Raises:
- Returns:
- Return type:
Set the ‘Call Type’ field in the message.
New in version 1.0.
- set_enable_autoconnect(value_enable_autoconnect)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Enable Autoconnect’ field in the message.
New in version 1.0.
- set_extended_technology_preference(value_extended_technology_preference)¶
- Parameters:
value_extended_technology_preference (
Qmi.WdsExtendedTechnologyPreference
) – aQmi.WdsExtendedTechnologyPreference
.- Raises:
- Returns:
- Return type:
Set the ‘Extended Technology Preference’ field in the message.
New in version 1.0.
- set_ip_family_preference(value_ip_family_preference)¶
- Parameters:
value_ip_family_preference (
Qmi.WdsIpFamily
) – aQmi.WdsIpFamily
.- Raises:
- Returns:
- Return type:
Set the ‘IP Family Preference’ field in the message.
New in version 1.0.
- set_ipv4_address_preference(value_ipv4_address_preference)¶
- Parameters:
value_ipv4_address_preference (
int
) – a #guint32.- Raises:
- Returns:
- Return type:
Set the ‘IPv4 Address Preference’ field in the message.
New in version 1.0.
- set_password(value_password)¶
- Parameters:
value_password (
str
) – a constant string.- Raises:
- Returns:
- Return type:
Set the ‘Password’ field in the message.
New in version 1.0.
- set_primary_dns_address_preference(value_primary_dns_address_preference)¶
- Parameters:
value_primary_dns_address_preference (
int
) – a #guint32.- Raises:
- Returns:
- Return type:
Set the ‘Primary DNS Address Preference’ field in the message.
New in version 1.0.
- set_primary_nbns_address_preference(value_primary_nbns_address_preference)¶
- Parameters:
value_primary_nbns_address_preference (
int
) – a #guint32.- Raises:
- Returns:
- Return type:
Set the ‘Primary NBNS Address Preference’ field in the message.
New in version 1.0.
- set_profile_index_3gpp(value_profile_index_3gpp)¶
- Parameters:
value_profile_index_3gpp (
int
) – a #guint8.- Raises:
- Returns:
- Return type:
Set the ‘Profile Index 3GPP’ field in the message.
New in version 1.0.
- set_profile_index_3gpp2(value_profile_index_3gpp2)¶
- Parameters:
value_profile_index_3gpp2 (
int
) – a #guint8.- Raises:
- Returns:
- Return type:
Set the ‘Profile Index 3GPP2’ field in the message.
New in version 1.0.
- set_secondary_dns_address_preference(value_secondary_dns_address_preference)¶
- Parameters:
value_secondary_dns_address_preference (
int
) – a #guint32.- Raises:
- Returns:
- Return type:
Set the ‘Secondary DNS Address Preference’ field in the message.
New in version 1.0.
- set_secondary_nbns_address_preference(value_secondary_nbns_address_preference)¶
- Parameters:
value_secondary_nbns_address_preference (
int
) – a #guint32.- Raises:
- Returns:
- Return type:
Set the ‘Secondary NBNS Address Preference’ field in the message.
New in version 1.0.
- set_technology_preference(value_technology_preference)¶
- Parameters:
value_technology_preference (
Qmi.WdsTechnologyPreference
) – aQmi.WdsTechnologyPreference
.- Raises:
- Returns:
- Return type:
Set the ‘Technology Preference’ field in the message.
New in version 1.0.
- set_username(value_username)¶
- Parameters:
value_username (
str
) – a constant string.- Raises:
- Returns:
- Return type:
Set the ‘Username’ 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.