liboobs-1 Reference Manual

Synopsis

public class Iface : Object  {
    public    weak bool                 active                    { get; set; } ;
    public    weak bool                 auto                      { get; set; } ;
    public    weak bool                 configured                { get; set; } ;
    public    weak string               device                    { get; construct } ;


    public    signal void               state_changed             (  )  ;


    public    bool                      get_active                (  ) ;
    public    bool                      get_auto                  (  ) ;
    public    bool                      get_configured            (  ) ;
    public    weak string               get_device_name           (  ) ;
    public    void                      set_active                ( bool                is_active ) ;
    public    void                      set_auto                  ( bool                is_auto ) ;
    public    void                      set_configured            ( bool                is_configured ) ;
    public    virtual bool              has_gateway               (  ) ;
    public    virtual bool              is_configured             (  ) ;
}

Iface Description

Details

Constructor Details

Field Details

Signal Details

state_changed
    public    signal void               state_changed             (  )  ;		

Property Details

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

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

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

device
    public    weak string               device                    { get; construct } ;		

Method Details

get_active ()
    public    bool                      get_active                (  ) ;		

get_auto ()
    public    bool                      get_auto                  (  ) ;		

get_configured ()
    public    bool                      get_configured            (  ) ;		

get_device_name ()
    public    weak string               get_device_name           (  ) ;		

set_active ()
    public    void                      set_active                ( bool                is_active ) ;		

set_auto ()
    public    void                      set_auto                  ( bool                is_auto ) ;		

set_configured ()
    public    void                      set_configured            ( bool                is_configured ) ;		

has_gateway ()
    public    virtual bool              has_gateway               (  ) ;		

is_configured ()
    public    virtual bool              is_configured             (  ) ;		


Created by Valadoc