SimpleConnectProperties
Object Hierarchy:
Description:
[ CCode ( type_id = "mm_simple_connect_properties_get_type ()" ) ]
public class SimpleConnectProperties : Object
public class SimpleConnectProperties : Object
The SimpleConnectProperties structure contains private data and should only be accessed using the provided API.
Namespace: MM
Package: libmm-glib
Content:
Creation methods:
- public SimpleConnectProperties ()
Creates a new empty SimpleConnectProperties.
Methods:
- 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 ()
Get the multiplex support requested by the user.
- public unowned string get_number ()
Gets the number to use when performing the connection.
- public unowned string get_operator_id ()
Gets the ID of the network to which register before connecting.
- public unowned string get_password ()
Gets the password used to authenticate with the access point.
- public unowned string get_pin ()
Gets the PIN code to use when unlocking the modem.
- public int get_profile_id ()
Gets the profile ID to use.
- public ModemCdmaRmProtocol get_rm_protocol ()
Get the RM protocol requested by the user.
- public unowned string get_user ()
Gets the username used to authenticate with the access point.
- 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)
Sets the multiplex support requested by the user.
- public void set_number (string number)
Sets the number to use when performing the connection.
- public void set_operator_id (string operator_id)
Sets the ID of the network to which register before connecting.
- public void set_password (string password)
Sets the password used to authenticate with the access point.
- public void set_pin (string pin)
Sets the PIN code to use when unlocking the modem.
- public void set_profile_id (int profile_id)
Sets the profile ID to use.
- public void set_rm_protocol (ModemCdmaRmProtocol protocol)
Sets the RM protocol requested by the user.
- 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