liboobs-1 Reference Manual

Synopsis

public class NTPServer : Object  {
    public    weak string               hostname                  { get; set; } ;


    public                              NTPServer                 ( string              hostname ) ;


    public    weak string               get_hostname              (  ) ;
    public    void                      set_hostname              ( string              hostname ) ;
}

NTPServer Description

Details

Constructor Details

NTPServer ()
    public                              NTPServer                 ( string              hostname ) ;		

Field Details

Signal Details

Property Details

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

Method Details

get_hostname ()
    public    weak string               get_hostname              (  ) ;		

set_hostname ()
    public    void                      set_hostname              ( string              hostname ) ;		


Created by Valadoc