BearerProperties
Object Hierarchy:
Description:
The BearerProperties structure contains private data and should only be accessed using the provided API.
Namespace: MM
Package: libmm-glib
Content:
Creation methods:
- public BearerProperties ()
Creates a new empty BearerProperties.
Methods:
- public BearerAccessTypePreference get_access_type_preference ()
Gets the 5G network access type preference.
- public bool get_allow_roaming ()
Checks whether roaming is allowed in the connection.
- public BearerAllowedAuth get_allowed_auth ()
Gets the authentication methods allowed in the connection.
- public unowned string get_apn ()
Gets the name of the access point to use when connecting.
- public BearerApnType get_apn_type ()
Gets the APN types to use.
- public BearerIpFamily get_ip_type ()
Sets the IP type to use.
- public BearerMultiplexSupport get_multiplex ()
Gets the type of multiplex support requested by the user.
- public unowned string get_number ()
Gets the number to use when performing the connection.
- public unowned string get_password ()
Gets the password used to authenticate with the access point.
- public int get_profile_id ()
Gets the profile ID to use.
- public unowned string get_profile_name ()
Gets the name of the profile to use when connecting.
- public ModemCdmaRmProtocol get_rm_protocol ()
Gets the RM protocol requested to use in the CDMA connection.
- 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_allow_roaming (bool allow_roaming)
Sets the flag to indicate whether roaming is allowed or not in the connection.
- public void set_allowed_auth (BearerAllowedAuth allowed_auth)
Sets the authentication method to use.
- public void set_apn (string apn)
Sets the name of the access point to use when connecting.
- public void set_apn_type (BearerApnType apn_type)
Sets the APN types to use.
- public void set_ip_type (BearerIpFamily ip_type)
Sets the IP type to use.
- public void set_multiplex (BearerMultiplexSupport multiplex)
Gets the type of multiplex support requested by the user.
- public void set_number (string number)
Sets the number to use when performing the connection.
- 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 to use when connecting.
- public void set_rm_protocol (ModemCdmaRmProtocol protocol)
Sets the RM protocol to use in the CDMA connection.
- 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