public class IfacePPP : Iface {
public weak string apn { get; set; } ;
public weak string connection_type { get; set; } ;
public weak bool default_gateway { get; set; } ;
public weak DialType dial_type { get; set; } ;
public weak IfaceEthernet ethernet { get; set; } ;
public weak string iface_section { get; set; } ;
public weak string login { get; set; } ;
public weak string password { get; set; } ;
public weak bool peer_noauth { get; set; } ;
public weak bool persistent { get; set; } ;
public weak string phone_number { get; set; } ;
public weak string phone_prefix { get; set; } ;
public weak string serial_port { get; set; } ;
public weak bool use_peer_dns { get; set; } ;
public weak ModemVolume volume { get; set; } ;
public weak string get_apn ( ) ;
public weak string get_connection_type ( ) ;
public bool get_default_gateway ( ) ;
public DialType get_dial_type ( ) ;
public weak IfaceEthernet get_ethernet ( ) ;
public weak string get_login ( ) ;
public bool get_peer_noauth ( ) ;
public bool get_persistent ( ) ;
public weak string get_phone_number ( ) ;
public weak string get_phone_prefix ( ) ;
public weak 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 ) ;
}

public weak string apn { get; set; } ;
public weak string connection_type { get; set; } ;
public weak bool default_gateway { get; set; } ;
public weak DialType dial_type { get; set; } ;
public weak IfaceEthernet ethernet { get; set; } ;
public weak string iface_section { get; set; } ;
public weak string login { get; set; } ;
public weak string password { get; set; } ;
public weak bool peer_noauth { get; set; } ;
public weak bool persistent { get; set; } ;
public weak string phone_number { get; set; } ;
public weak string phone_prefix { get; set; } ;
public weak string serial_port { get; set; } ;
public weak bool use_peer_dns { get; set; } ;
public weak ModemVolume volume { get; set; } ;
public weak string get_apn ( ) ;
public weak string get_connection_type ( ) ;
public bool get_default_gateway ( ) ;
public DialType get_dial_type ( ) ;
public weak IfaceEthernet get_ethernet ( ) ;
public weak string get_login ( ) ;
public bool get_peer_noauth ( ) ;
public bool get_persistent ( ) ;
public weak string get_phone_number ( ) ;
public weak string get_phone_prefix ( ) ;
public weak 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 ) ;
Created by Valadoc