@3gppProfile
Object Hierarchy:
Description:
The @3gppProfile structure contains private data and should only be accessed using the provided API.
Namespace: MM
Package: libmm-glib
Content:
Creation methods:
- public @3gppProfile ()
Creates a new empty @3gppProfile.
Methods:
- public bool consume_string (string key, string value) throws Error
- public bool consume_variant (string key, Variant value) throws Error
- public BearerAccessTypePreference get_access_type_preference ()
Gets 5G network access type preference.
- public BearerAllowedAuth get_allowed_auth ()
Gets the methods allowed to use when authenticating with the access point.
- public unowned string get_apn ()
Gets the name of the access point.
- public BearerApnType get_apn_type ()
Gets the APN types to use.
- public bool get_enabled ()
Checks whether the profile is enabled or disabled.
- public BearerIpFamily get_ip_type ()
Gets the IP type to use.
- public unowned string get_password ()
Gets the password used to authenticate with the access point.
- public int get_profile_id ()
Gets the profile id.
- public unowned string get_profile_name ()
Gets the name of the profile.
- public BearerProfileSource get_profile_source ()
Gets the profile source.
- public BearerRoamingAllowance get_roaming_allowance ()
Gets the roaming allowance rules.
- public unowned string get_user ()
Gets the username used to authenticate with the access point.
- public void set_access_type_preference (BearerAccessTypePreference access_type_preference)
Sets the 5G network access type preference.
- public void set_allowed_auth (BearerAllowedAuth allowed_auth)
Sets the method to use when authenticating with the access point.
- public void set_apn (string apn)
Sets the name of the access point to use.
- public void set_apn_type (BearerApnType apn_type)
Sets the APN types to use.
- public void set_enabled (bool enabled)
Sets the flag to indicate whether the profile is enabled or disabled.
- public void set_ip_type (BearerIpFamily ip_type)
Sets the IP type to use.
- public void set_password (string password)
Sets the password used to authenticate with the access point.
- public void set_profile_id (int profile_id)
Sets the profile id to use.
- public void set_profile_name (string profile_name)
Sets the name of the profile.
- public void set_profile_source (BearerProfileSource profile_source)
Sets profile source.
- public void set_roaming_allowance (BearerRoamingAllowance roaming_allowance)
Sets the roaming allowance rules.
- public void set_user (string user)
Sets the username used to authenticate with the access point.
Inherited Members:
All known members inherited from class GLib.Object