IfacePPP
Object Hierarchy:
Description:
Namespace: Oobs
Package: liboobs-1
Content:
Properties:
- public string apn { get; set; }
- public string connection_type { get; set; }
- public bool default_gateway { get; set; }
- public DialType dial_type { get; set; }
- public IfaceEthernet ethernet { get; set; }
- public string iface_section { owned get; set; }
- public string login { get; set; }
- public string password { owned get; set; }
- public bool peer_noauth { get; set; }
- public bool persistent { get; set; }
- public string phone_number { get; set; }
- public string phone_prefix { get; set; }
- public string serial_port { get; set; }
- public bool use_peer_dns { get; set; }
- public ModemVolume volume { get; set; }
Creation methods:
- protected IfacePPP ()
Methods:
- public unowned string get_apn ()
- public unowned string get_connection_type ()
- public bool get_default_gateway ()
- public DialType get_dial_type ()
- public unowned IfaceEthernet get_ethernet ()
- public unowned string get_login ()
- public bool get_peer_noauth ()
- public bool get_persistent ()
- public unowned string get_phone_number ()
- public unowned string get_phone_prefix ()
- public unowned string get_serial_port ()
- public bool get_use_peer_dns ()
- public ModemVolume get_volume ()
- public void set_apn (string apn)
- public void set_connection_type (string type)
- public void set_default_gateway (bool default_gw)
- public void set_dial_type (DialType dial_type)
- public void set_ethernet (IfaceEthernet ethernet)
- public void set_login (string login)
- public void set_password (string password)
- public void set_peer_noauth (bool use_peer_dns)
- public void set_persistent (bool persistent)
- public void set_phone_number (string phone_number)
- public void set_phone_prefix (string phone_prefix)
- public void set_serial_port (string serial_port)
- public void set_use_peer_dns (bool use_peer_dns)
- public void set_volume (ModemVolume volume)
Inherited Members:
All known members inherited from class Oobs.Iface
All known members inherited from class GLib.Object