Qmi.MessageWdsSwiCreateProfileIndexedInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageWdsSwiCreateProfileIndexedInput¶
The
Qmi.MessageWdsSwiCreateProfileIndexedInput
structure contains private data and should only be accessed using the provided API.New in version 1.22.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageWdsSwiCreateProfileIndexedInput
. The returned value should be freed withQmi.MessageWdsSwiCreateProfileIndexedInput.unref
().- Return type:
Allocates a new
Qmi.MessageWdsSwiCreateProfileIndexedInput
.New in version 1.22.
- get_apn_disabled_flag()¶
- Raises:
- Returns:
- Return type:
Get the ‘APN Disabled Flag’ field from self.
New in version 1.22.
- get_apn_name()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_apn_name:
a placeholder for the output constant string, or
None
if not required.
- Return type:
Get the ‘APN Name’ field from self.
New in version 1.22.
- get_authentication()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_authentication:
a placeholder for the output
Qmi.WdsAuthentication
, orNone
if not required.
- Return type:
(
bool
, value_authentication:Qmi.WdsAuthentication
)
Get the ‘Authentication’ field from self.
New in version 1.22.
- 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.22.
- 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.22.
- get_pdp_context_number()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_pdp_context_number:
a placeholder for the output #guint8, or
None
if not required.
- Return type:
Get the ‘PDP Context Number’ field from self.
New in version 1.22.
- get_pdp_type()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_pdp_type:
a placeholder for the output
Qmi.WdsPdpType
, orNone
if not required.
- Return type:
(
bool
, value_pdp_type:Qmi.WdsPdpType
)
Get the ‘PDP Type’ field from self.
New in version 1.22.
- get_primary_ipv4_dns_address()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_primary_ipv4_dns_address:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
Get the ‘Primary IPv4 DNS Address’ field from self.
New in version 1.22.
- get_profile_identifier()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_profile_identifier_profile_type:
a placeholder for the output
Qmi.WdsProfileType
, orNone
if not required.- value_profile_identifier_profile_index:
a placeholder for the output #guint8, or
None
if not required.
- Return type:
(
bool
, value_profile_identifier_profile_type:Qmi.WdsProfileType
, value_profile_identifier_profile_index:int
)
Get the ‘Profile Identifier’ field from self.
New in version 1.22.
- get_profile_name()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_profile_name:
a placeholder for the output constant string, or
None
if not required.
- Return type:
Get the ‘Profile Name’ field from self.
New in version 1.22.
- get_roaming_disallowed_flag()¶
- Raises:
- Returns:
- Return type:
Get the ‘Roaming Disallowed Flag’ field from self.
New in version 1.22.
- get_secondary_ipv4_dns_address()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_secondary_ipv4_dns_address:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
Get the ‘Secondary IPv4 DNS Address’ field from self.
New in version 1.22.
- 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.22.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.22.
- set_apn_disabled_flag(value_apn_disabled_flag)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘APN Disabled Flag’ field in the message.
New in version 1.22.
- set_apn_name(value_apn_name)¶
- Parameters:
value_apn_name (
str
) – a constant string.- Raises:
- Returns:
- Return type:
Set the ‘APN Name’ field in the message.
New in version 1.22.
- set_authentication(value_authentication)¶
- Parameters:
value_authentication (
Qmi.WdsAuthentication
) – aQmi.WdsAuthentication
.- Raises:
- Returns:
- Return type:
Set the ‘Authentication’ field in the message.
New in version 1.22.
- 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.22.
- 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.22.
- set_pdp_context_number(value_pdp_context_number)¶
- Parameters:
value_pdp_context_number (
int
) – a #guint8.- Raises:
- Returns:
- Return type:
Set the ‘PDP Context Number’ field in the message.
New in version 1.22.
- set_pdp_type(value_pdp_type)¶
- Parameters:
value_pdp_type (
Qmi.WdsPdpType
) – aQmi.WdsPdpType
.- Raises:
- Returns:
- Return type:
Set the ‘PDP Type’ field in the message.
New in version 1.22.
- set_primary_ipv4_dns_address(value_primary_ipv4_dns_address)¶
- Parameters:
value_primary_ipv4_dns_address (
int
) – a #guint32.- Raises:
- Returns:
- Return type:
Set the ‘Primary IPv4 DNS Address’ field in the message.
New in version 1.22.
- set_profile_identifier(value_profile_identifier_profile_type, value_profile_identifier_profile_index)¶
- Parameters:
value_profile_identifier_profile_type (
Qmi.WdsProfileType
) – aQmi.WdsProfileType
.value_profile_identifier_profile_index (
int
) – a #guint8.
- Raises:
- Returns:
- Return type:
Set the ‘Profile Identifier’ field in the message.
New in version 1.22.
- set_profile_name(value_profile_name)¶
- Parameters:
value_profile_name (
str
) – a constant string.- Raises:
- Returns:
- Return type:
Set the ‘Profile Name’ field in the message.
New in version 1.22.
- set_roaming_disallowed_flag(value_roaming_disallowed_flag)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Roaming Disallowed Flag’ field in the message.
New in version 1.22.
- set_secondary_ipv4_dns_address(value_secondary_ipv4_dns_address)¶
- Parameters:
value_secondary_ipv4_dns_address (
int
) – a #guint32.- Raises:
- Returns:
- Return type:
Set the ‘Secondary IPv4 DNS Address’ field in the message.
New in version 1.22.
- 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.22.
- 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.22.