liboobs-1 Reference Manual

Synopsis

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 ) ;
}

IfacePPP Description

Details

Constructor Details

Field Details

Signal Details

Property Details

apn
    public    weak string               apn                       { get; set; } ;		

connection_type
    public    weak string               connection_type           { get; set; } ;		

default_gateway
    public    weak bool                 default_gateway           { get; set; } ;		

dial_type
    public    weak DialType             dial_type                 { get; set; } ;		

ethernet
    public    weak IfaceEthernet        ethernet                  { get; set; } ;		

iface_section
    public    weak string               iface_section             { get; set; } ;		

login
    public    weak string               login                     { get; set; } ;		

password
    public    weak string               password                  { get; set; } ;		

peer_noauth
    public    weak bool                 peer_noauth               { get; set; } ;		

persistent
    public    weak bool                 persistent                { get; set; } ;		

phone_number
    public    weak string               phone_number              { get; set; } ;		

phone_prefix
    public    weak string               phone_prefix              { get; set; } ;		

serial_port
    public    weak string               serial_port               { get; set; } ;		

use_peer_dns
    public    weak bool                 use_peer_dns              { get; set; } ;		

volume
    public    weak ModemVolume          volume                    { get; set; } ;		

Method Details

get_apn ()
    public    weak string               get_apn                   (  ) ;		

get_connection_type ()
    public    weak string               get_connection_type       (  ) ;		

get_default_gateway ()
    public    bool                      get_default_gateway       (  ) ;		

get_dial_type ()
    public    DialType                  get_dial_type             (  ) ;		

get_ethernet ()
    public    weak IfaceEthernet        get_ethernet              (  ) ;		

get_login ()
    public    weak string               get_login                 (  ) ;		

get_peer_noauth ()
    public    bool                      get_peer_noauth           (  ) ;		

get_persistent ()
    public    bool                      get_persistent            (  ) ;		

get_phone_number ()
    public    weak string               get_phone_number          (  ) ;		

get_phone_prefix ()
    public    weak string               get_phone_prefix          (  ) ;		

get_serial_port ()
    public    weak string               get_serial_port           (  ) ;		

get_use_peer_dns ()
    public    bool                      get_use_peer_dns          (  ) ;		

get_volume ()
    public    ModemVolume               get_volume                (  ) ;		

set_apn ()
    public    void                      set_apn                   ( string              apn ) ;		

set_connection_type ()
    public    void                      set_connection_type       ( string              type ) ;		

set_default_gateway ()
    public    void                      set_default_gateway       ( bool                default_gw ) ;		

set_dial_type ()
    public    void                      set_dial_type             ( DialType            dial_type ) ;		

set_ethernet ()
    public    void                      set_ethernet              ( IfaceEthernet       ethernet ) ;		

set_login ()
    public    void                      set_login                 ( string              login ) ;		

set_password ()
    public    void                      set_password              ( string              password ) ;		

set_peer_noauth ()
    public    void                      set_peer_noauth           ( bool                use_peer_dns ) ;		

set_persistent ()
    public    void                      set_persistent            ( bool                persistent ) ;		

set_phone_number ()
    public    void                      set_phone_number          ( string              phone_number ) ;		

set_phone_prefix ()
    public    void                      set_phone_prefix          ( string              phone_prefix ) ;		

set_serial_port ()
    public    void                      set_serial_port           ( string              serial_port ) ;		

set_use_peer_dns ()
    public    void                      set_use_peer_dns          ( bool                use_peer_dns ) ;		

set_volume ()
    public    void                      set_volume                ( ModemVolume         volume ) ;		


Created by Valadoc