C# 클래스 Summa.Core.DBusInterface

상속: SummaDBus
파일 보기 프로젝트 열기: wfarr/newskit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BusName string
ObjPath string

공개 메소드들

메소드 설명
DBusInterface ( ) : System
GetNewItems ( ) : int
GetUnreadItems ( ) : int
Ping ( ) : bool
SetOnline ( bool online ) : bool
Subscribe ( string url ) : bool

메소드 상세

DBusInterface() 공개 메소드

public DBusInterface ( ) : System
리턴 System

GetNewItems() 공개 메소드

public GetNewItems ( ) : int
리턴 int

GetUnreadItems() 공개 메소드

public GetUnreadItems ( ) : int
리턴 int

Ping() 공개 메소드

public Ping ( ) : bool
리턴 bool

SetOnline() 공개 메소드

public SetOnline ( bool online ) : bool
online bool
리턴 bool

Subscribe() 공개 메소드

public Subscribe ( string url ) : bool
url string
리턴 bool

프로퍼티 상세

BusName 공개적으로 프로퍼티

public string BusName
리턴 string

ObjPath 공개적으로 프로퍼티

public string ObjPath
리턴 string