Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
liboobs-1
Oobs
Iface
active
auto
configured
device
Iface
get_active
get_auto
get_configured
get_device_name
has_gateway
is_configured
set_active
set_auto
set_configured
state_changed
Iface
Object Hierarchy:
Description:
public
class
Iface
:
Object
All known sub-classes:
IfaceEthernet
IfaceIRLan
IfacePPP
IfacePlip
IfaceWireless
Namespace:
Oobs
Package:
liboobs-1
Content:
Properties:
public
bool
active
{
set
;
get
; }
public
bool
auto
{
set
;
get
; }
public
bool
configured
{
set
;
get
; }
public
string
device
{
construct
set
;
owned
get
; }
Creation methods:
protected
Iface
()
Methods:
public
bool
get_active
()
public
bool
get_auto
()
public
bool
get_configured
()
public
unowned
string
get_device_name
()
public
virtual
bool
has_gateway
()
public
virtual
bool
is_configured
()
public
void
set_active
(
bool
is_active)
public
void
set_auto
(
bool
is_auto)
public
void
set_configured
(
bool
is_configured)
Signals:
public
virtual
void
state_changed
()