C# Class Summa.Core.DBusInterface

Inheritance: SummaDBus
Afficher le fichier Open project: wfarr/newskit Class Usage Examples

Méthodes publiques

Свойство Type Description
BusName string
ObjPath string

Méthodes publiques

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

Method Details

DBusInterface() public méthode

public DBusInterface ( ) : System
Résultat System

GetNewItems() public méthode

public GetNewItems ( ) : int
Résultat int

GetUnreadItems() public méthode

public GetUnreadItems ( ) : int
Résultat int

Ping() public méthode

public Ping ( ) : bool
Résultat bool

SetOnline() public méthode

public SetOnline ( bool online ) : bool
online bool
Résultat bool

Subscribe() public méthode

public Subscribe ( string url ) : bool
url string
Résultat bool

Property Details

BusName public_oe property

public string BusName
Résultat string

ObjPath public_oe property

public string ObjPath
Résultat string