Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
liboobs-1
Oobs
IfacePPP
apn
connection_type
default_gateway
dial_type
ethernet
iface_section
login
password
peer_noauth
persistent
phone_number
phone_prefix
serial_port
use_peer_dns
volume
IfacePPP
get_apn
get_connection_type
get_default_gateway
get_dial_type
get_ethernet
get_login
get_peer_noauth
get_persistent
get_phone_number
get_phone_prefix
get_serial_port
get_use_peer_dns
get_volume
set_apn
set_connection_type
set_default_gateway
set_dial_type
set_ethernet
set_login
set_password
set_peer_noauth
set_persistent
set_phone_number
set_phone_prefix
set_serial_port
set_use_peer_dns
set_volume
IfacePPP
Object Hierarchy:
Description:
public
class
IfacePPP
:
Iface
Namespace:
Oobs
Package:
liboobs-1
Content:
Properties:
public
string
apn
{
set
;
get
; }
public
string
connection_type
{
set
;
get
; }
public
bool
default_gateway
{
set
;
get
; }
public
DialType
dial_type
{
set
;
get
; }
public
IfaceEthernet
ethernet
{
set
;
get
; }
public
string
iface_section
{
set
;
owned
get
; }
public
string
login
{
set
;
get
; }
public
string
password
{
set
;
owned
get
; }
public
bool
peer_noauth
{
set
;
get
; }
public
bool
persistent
{
set
;
get
; }
public
string
phone_number
{
set
;
get
; }
public
string
phone_prefix
{
set
;
get
; }
public
string
serial_port
{
set
;
get
; }
public
bool
use_peer_dns
{
set
;
get
; }
public
ModemVolume
volume
{
set
;
get
; }
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
weak
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)