SettingAdsl
Object Hierarchy:
Description:
Namespace: NM
Package: libnm-util
Content:
Constants:
- public const string ENCAPSULATION
- public const string ENCAPSULATION_LLC
- public const string ENCAPSULATION_VCMUX
- public const string PASSWORD
- public const string PASSWORD_FLAGS
- public const string PROTOCOL
- public const string PROTOCOL_IPOATM
- public const string PROTOCOL_PPPOA
- public const string PROTOCOL_PPPOE
- public const string SETTING_NAME
- public const string USERNAME
- public const string VCI
- public const string VPI
Properties:
- public string encapsulation { owned get; set; }
Encapsulation of ADSL connection.
- public string password { owned get; set; }
Password used to authenticate with the ADSL service.
- public uint password_flags { get; set; }
Flags indicating how to handle the password property.
- public string protocol { owned get; set; }
ADSL connection protocol.
- public string username { owned get; set; }
Username used to authenticate with the ADSL service.
- public uint vci { get; set; }
VCI of ADSL connection
- public uint vpi { get; set; }
VPI of ADSL connection
Creation methods:
- public SettingAdsl ()
Creates a new SettingAdsl object with default values.
Methods:
- public unowned string get_encapsulation ()
- public unowned string get_password ()
- public SettingSecretFlags get_password_flags ()
- public unowned string get_protocol ()
- public unowned string get_username ()
- public uint32 get_vci ()
- public uint32 get_vpi ()
Inherited Members:
All known members inherited from class NM.Setting
All known members inherited from class GLib.Object