C# Class Summa.Core.DBusInterface

Inheritance: SummaDBus
Mostrar archivo Open project: wfarr/newskit Class Usage Examples

Public Properties

Property Type Description
BusName string
ObjPath string

Public Methods

Method Description
DBusInterface ( ) : System
GetNewItems ( ) : int
GetUnreadItems ( ) : int
Ping ( ) : bool
SetOnline ( bool online ) : bool
Subscribe ( string url ) : bool

Method Details

DBusInterface() public method

public DBusInterface ( ) : System
return System

GetNewItems() public method

public GetNewItems ( ) : int
return int

GetUnreadItems() public method

public GetUnreadItems ( ) : int
return int

Ping() public method

public Ping ( ) : bool
return bool

SetOnline() public method

public SetOnline ( bool online ) : bool
online bool
return bool

Subscribe() public method

public Subscribe ( string url ) : bool
url string
return bool

Property Details

BusName public_oe property

public string BusName
return string

ObjPath public_oe property

public string ObjPath
return string